background image

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

本文主要介绍了在 linux 服务器中通过源代码安装 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>