安装php时,configure: error: xml2-config not found. Please check your libxml2 installation
Posted LeLe.xu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装php时,configure: error: xml2-config not found. Please check your libxml2 installation相关的知识,希望对你有一定的参考价值。
参考文章:http://blog.csdn.net/anljf/article/details/6981247
安装php时的报错
configure: error: xml2-config not found. Please check your libxml2 installation.
? ?
检查是否安装了libxm包
[[email protected] 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
? ?
安装完之后查找xml2-config文件是否存在
[[email protected] php-5.3.8]# find / -name "xml2-config"
/usr/bin/xml2-config
以上是关于安装php时,configure: error: xml2-config not found. Please check your libxml2 installation的主要内容,如果未能解决你的问题,请参考以下文章
PHP中PDO_MYSQL扩展安装问题error: mysql configure failed.
安装php过程中的错误和解决方式 configure: error: jpeglib.h not found
Linux(CentOS6.5)下编译安装PHP5.6.22时报错”configure: error: ZLIB extension requires gzgets in zlib&rdq
编译安装php服务报错问题:configure: error: Cannot find libmysqlclient under /usr.