源码安装PHP报错:error: xml2-config not found.

 

在源码安装 LAMP 环境编译安装 PHP 的时候,./configure 后出现  configure: error: xml2-config not found. Please check your libxml2 installation. 错误源码安装PHP报错:error: xml2-config not found.

查看软件包:

源码安装PHP报错:error: xml2-config not found.其实是缺少libxml2-devel 组件,通过yum安装libxml2-devel即可

源码安装PHP报错:error: xml2-config not found.

相关文章:

  • 2021-12-01
  • 2021-07-08
  • 2022-12-23
  • 2022-01-28
  • 2021-11-16
  • 2022-02-22
  • 2022-12-23
猜你喜欢
  • 2022-02-26
  • 2021-12-11
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案