`
junier
  • 浏览: 75572 次
  • 性别: Icon_minigender_1
  • 来自: 郑州
社区版块
存档分类
最新评论

RHEL6 and CentOS 6: missing libmcrypt and libmhash in default repository

阅读更多
For God-knows-what reason, the libmcrypt and libmhash aren't included in the default repository for CentOS 6 or Red Hat Enterprise Linux 6. So you'll run into the following when trying to compile PHP.

configure: error: mcrypt.h not found. Please reinstall libmcrypt.
And you can't install it.

# yum install libmcrypt-devel
...
No package libmcrypt-devel available.
Error: Nothing to do
The (only) solution so far: grab the packages from the EPEL repository. Download the RPM (it's same RPM for i386, i686 and x86_64) and install it.

# rpm -ivh "http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm"
And you can install it as "yum install libmcrypt-devel" again. Or libmhash, just the same.

By Mattias Geniar
— Thursday, November 24, 2011
Comment Feed

转自http://mattiasgeniar.be/2011/11/24/rhel-6-and-centos-6-missing-libmcrypt-and-libmhash-in-default-repository/
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics