iszjw 发表于 2018-12-22 14:31:55

编译php 提示XML configuration could not be found

  编译出现的错误如下:
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
  解决办法:yum -y install libxml2 libxml2-devel



页: [1]
查看完整版本: 编译php 提示XML configuration could not be found