标签:
报错内容:configure: error: mcrypt.h not found. Please reinstall libmcrypt
网上搜索了很多,包括自带的 yum install libmcrypt libmcrypt-devel,这个是没有效果的。
去SourceForget下载lhttp://mcrypt.hellug.gr/lib/ ,最新版是mcrypt 2.6.7.gz。下载下来安装仍旧报错libmcrypt没有找到!
再回到PHP-5.5.13解压缩的ext目录的mcrypt里面
root@rhel201 php-5.6.7]# find / -name phpize
/usr/local/php-5.6.7/bin/phpize
《FROM:http://blog.csdn.net/default7/article/details/32312061》
PHP安装mcrypt.so报错 mcrypt.h not found 的解决办法
标签:
原文地址:http://www.cnblogs.com/rusking/p/4468735.html