为了账号安全,请及时绑定邮箱和手机立即绑定

php源代码安装常见错误解决办法

标签:
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


点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

0 评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号

举报

0/150
提交
取消