温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

PHP 编译错误及解决办法

发布时间:2020-07-04 13:17:17 来源:网络 阅读:641 作者:baishuchao 栏目:web开发
./configure的时候出现如下错误: configure: error: xslt-confignot found. Please reinstall the libxslt >= 1.1.0 distribution   解决方法: yum install libxslt-devel* -y 错误 1   checking for xml2-config path...  configure: error: xml2-config not found.Please check your libxml2 installation. 解决办法: # yum -y install libxml2-devel       错误 2   checking for BZip2 in default path... notfound configure: error: Please reinstall theBZip2 distribution 解决办法: # yum install -y  bzip2-devel     错误 3  If configure fails try --with-vpx-dir= configure: error: png.h not found.   解决办法: # yum -y install libpng-devel     错误 4 If configure fails try --with-xpm-dir= configure: error: freetype.h not found.   解决办法: # yum -y install freetype-devel     错误 5  checking for specified location of theMySQL UNIX socket... no configure: error: Cannot find MySQLheader files under /usr/local/mysql. Note that the MySQL client library isnot bundled anymore! 解决办法: 安装mysql      错误 6 configure: error: mcrypt.h not found.Please reinstall libmcrypt.   解决办法:安装libmcrypt wgetftp://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 mkdir -p /usr/local/libmcrytp ./configure prefix=/usr/local/libmcrytp/ make make install




向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI