php安装扩展报错解决

错误:configure: error: libevent >= 1.4.11 could not be found 

解决:yum -y install libevent libevent-devel 

错误:configure: error: Please reinstall the mysql distributio 

解决:yum -y install mysql-devel 

错误:make: * [sapi/fpm/php-fpm] error 1 

解决:用make ZEND_EXTRA_LIBS='-liconv'编译 

错误:configure: error: XML configuration could not be found 

解决:yum -y install libxml2 libxml2-devel 

错误:configure: error: No curses/termcap library found 

解决:yum -y install ncurses ncurses-devel 

错误:configure: error: xml2-config not found 

解决:yum -y install libxml2 libxml2-devel 

错误:configure: error: Cannot find OpenSSL's <evp.h> 

解决:yum install openssl openssl-devel 

错误:configure: error: Please reinstall the libcurl distribution -easy.h should be in <curl-dir>/include/curl/ 

解决:yum install curl curl-devel 

错误:configure: error: Cannot find ldap.h 

解决:yum install openldap openldap-devel 

错误:configure: error: libjpeg.(a|so) not found 

解决:yum install libjpeglibjpeg -devel 

错误:configure: error: libpng.(a|so) not found. 

解决:yum install libpnglibpng –devel 

错误:onfigure: error: freetype.h not found. 

解决:yum install freetype-devel 

错误:configure: error: cannot find output from lex; giving up 

解决:yum -y install flex 

错误:configure: error: mod_deflate has been requested but can not be built due to prerequisite failures 

解决:yum -y install zlib-devel openssl-devel 

错误:Configure: error: Unable to locate gmp.h 

解决:yum install gmp-devel 

错误:Configure: error: Cannot find MySQL header files under /usr. 

Note that the MySQL client library is not bundled anymore! 

解决:yum install mysql-devel 

更多的补充内容:

安装php: ./configure 
configure: error: XML configuration could not be found 

yum -y install libxml2 libxml2-devel 

Cannot find OpenSSL's <evp.h> 
yum install openssl openssl-devel 

1) Configure: error: xml2-config not found. Please check your libxml2 installation.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值