entos 安装PHP时候出错:error: xml2-config not found. Please check your libxml2 installation
2016年12月13日
| 标签:
entos 安装PHP时候出错:error: xml2-config not found. Please check your libxml2 installation
安装php时的报错
checking libxml2 install dir… no
checking for xml2-config path…
configure: error: xml2-config not found. Please check your libxml2 installation.
检查是否安装了libxm包
[root@localhost php-5.6.27]# rpm -qa |grep libxml2
libxml2-2.6.26-2.1.12
libxml2-python-2.6.26-2.1.12
重新安装libxml2和libxml2-devel包
yum install libxml2
yum install libxml2-devel -y
发表评论
| Trackback