栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > PHP

PHP 编译错误及解决办法

PHP 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

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... notfoundconfigure: 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    错误 4If 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... noconfigure: error: Cannot find MySQLheader files under /usr/local/mysql.Note that the MySQL client library isnot bundled anymore!  解决办法:安装mysql     错误 6configure: error: mcrypt.h not found.Please reinstall libmcrypt.  解决办法:安装libmcryptwgetftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gztar -zxvf libmcrypt-2.5.7.tar.gzcd libmcrypt-2.5.7mkdir -p /usr/local/libmcrytp./configure prefix=/usr/local/libmcrytp/makemake install




转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/228558.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号