首页 > 其他 > 详细

configure: error: XML configuration could not be found

时间:2014-07-13 13:43:42      阅读:478      评论:0      收藏:0      [点我收藏+]

执行:

./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm

之后出现  

Running FastCGI Process Manager checks

checking for php-fpm config file path... $prefix/etc/php-fpm.conf
checking for php-fpm log file path... $prefix/logs/php-fpm.log
checking for php-fpm pid file path... $prefix/logs/php-fpm.pid
checking for XML configuration
checking for xml2-config... no
checking for xml-config... no

configure: error: XML configuration could not be found


说明xml没有安装

执行:

yum -y install libxml2 libxml2-devel 

就解决了



configure: error: XML configuration could not be found,布布扣,bubuko.com

configure: error: XML configuration could not be found

原文:http://blog.csdn.net/luozhonghua2014/article/details/37729815

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!