configure: error: xml2-config not found. Please ch

前端之家收集整理的这篇文章主要介绍了configure: error: xml2-config not found. Please ch前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

参考文章:http://blog.csdn.net/anljf/article/details/6981247

configure: error: xml2-config not found. Please check your libxml2 installation.

检查是否安装了libxm包

[root@XKWB3403 PHP-5.3.8]# 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

# ./configure --prefix=/usr/local/libxml2# make# make install或者yum -y install libxml2 libxml2-devel‘
原文链接:https://www.f2er.com/xml/298476.html

猜你在找的XML相关文章