error: mcrypth
程序员文章站
2022-05-01 08:00:17
...
今天在编译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教程有兴趣的朋友有所帮助。
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
相关文章
相关视频
上一篇: 微信公众号开发者模式普通消息模式例子
下一篇: PHP如何统计在线人数_PHP
推荐阅读
-
Codeigniter出现错误提示Error with CACHE directory的解决方案
-
新装MySql后登录出现root帐号提示mysql ERROR 1045 (28000): Access denied for use的解决办法
-
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
-
VSCode出现ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)错误
-
解决mysql ERROR 1045 (28000)-- Access denied for user问题
-
win10系统还原出现Usage Error 10099该如何解决?
-
Photoshop CS6error16错误怎么解决 轻轻松松摆平它
-
cad2008安装时提示Error1904怎么办?
-
Outlook提示503 Error: need EHLO and AUTH first的解决办法
-
编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法