PHP编译错误及解决办法-创新互联
./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创新互联公司专注为客户提供全方位的互联网综合服务,包含不限于成都网站制作、成都网站建设、富裕网络推广、微信小程序开发、富裕网络营销、富裕企业策划、富裕品牌公关、搜索引擎seo、人物专访、企业宣传片、企业代运营等,从售前售中售后,我们都将竭诚为您服务,您的肯定,是我们大的嘉奖;创新互联公司为所有大学生创业者提供富裕建站搭建服务,24小时服务热线:18982081108,官方网址:www.cdcxhl.com
本文题目:PHP编译错误及解决办法-创新互联
转载源于:http://myzitong.com/article/dejogg.html
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
本文题目:PHP编译错误及解决办法-创新互联
转载源于:http://myzitong.com/article/dejogg.html