码迷,mamicode.com
首页 > 其他好文 > 详细

configure: error: XML configuration could not be found

时间:2017-07-01 20:54:25      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:local   usr   erro   tracking   top   for   process   data-   style   

运行:

./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

标签:local   usr   erro   tracking   top   for   process   data-   style   

原文地址:http://www.cnblogs.com/mfmdaoyou/p/7103288.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!