小樱 发表于 2015/6/29 18:23

make: *** [sapi/cli/php] Error 1 php编译错误报错解决方案 libxml组件问题 iconv

libxml组件问题

编译的--with-libxml-dir=/usr路径改一下,比如说--with-libxml-dir=/usr/include/libxml2/libxml


或者用另一种办法

make ZEND_EXTRA_LIBS='-liconv'
make install

https://bugs.php.net/bug.php?id=49078

http://www.linuxquestions.org/questions/linux-software-2/make-***--error-1-a-392275/

诠释的爱 发表于 2015/6/29 18:23

页: [1]
查看完整版本: make: *** [sapi/cli/php] Error 1 php编译错误报错解决方案 libxml组件问题 iconv