configure: error: XML configuration could not be found

Posted mfmdaoyou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了configure: error: XML configuration could not be found相关的知识,希望对你有一定的参考价值。

运行:

./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的主要内容,如果未能解决你的问题,请参考以下文章

ERROR StatusLogger No log4j2 configuration file found. Using default configuration

PhP 常见安装错误configure error xml2-config not found. please check your libxml2 installation

解决Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource com/cq

csharp medium_net_core_configuration_controller.cs

Struts2 ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging(

csharp medium_net_core_configuration_configure_services.cs