首页 > 后端开发 > php教程 > 常见的php源代码安装错误及其解决措施

常见的php源代码安装错误及其解决措施

零到壹度
发布: 2023-03-23 21:40:01
原创
2306 人浏览过

本篇文章给大家分享的内容是常见的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&#39;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源代码安装错误及其解决措施 的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板