Below you will find pages that utilize the taxonomy term “Libmcrypt”
May 28, 2011
configure: error: mcrypt.h not found. Please reinstall libmcrypt
"\u003cp\u003e今日参考以前的文章安装lnmp的时候,发现这次在安装php的时候竟然提示”configure: error: mcrypt.h not found. Please reinstall libmcrypt”,意思是,没有查找到mcrytp.h,需要安装libcrytp,以前安装了n次都没有问题的,在网上找了一个解决办法.\u003c/p\u003e\n\u003cblockquote\u003e\n\u003cp\u003ewget \u003ca href=\"ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz\"\u003eftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003etar -zxvf libmcrypt-2.5.7.tar.gz\ncd libmcrypt-2.5.7\nmkdir -p /usr/local/libmcrytp\n./configure prefix=/usr/local/libmcrytp/\nmake\nmake install\u003c/p\u003e\u003c/blockquote\u003e\n\u003cp\u003e然后再安装PHP\u003c/p\u003e"