当前位置:Gxlcms > PHP教程 > error:mcrypth

error:mcrypth

时间:2021-07-01 10:21:17 帮助过:22人阅读

今天在编译php的时候,出现如下错误php安装出错:configure: error: mcrypt.h not found. Please reinstall libmcrypt.,意思是,没有查找到mcrytp.h,需要安装libcrytp,在下面的地址下载libmarypt:
wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz

安装:
tar -zxvf libmcrypt-2.5.7.tar.gz
cd libmcrypt-2.5.7
./configure
make
make install
然后再安装PHP

版权声明:本文为博主原创文章,未经博主允许不得转载。

以上就介绍了error: mcrypth,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

人气教程排行