PhP 常见安装错误configure error xml2-config not found. please check your libxml2 installation

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PhP 常见安装错误configure error xml2-config not found. please check your libxml2 installation相关的知识,希望对你有一定的参考价值。

编译php的时候报错:

 安装 PHP 5.4.3 报 configure error xml2-config not found. please check your libxml2 installation 错误

检查是否安装了libxm包

[[email protected] software]# rpm -qa |grep  libxml2  // 查看当前已经安装点包

libxml2-2.6.26-2.1.12

libxml2-python-2.6.26-2.1.12

重新安装libxml2和libxml2-devel包, yum安装的时候发现新版本会提示更新,需要更新的可以更新,不要跳过就行了。

[[email protected] /]# yum install libxml2

[[email protected] /]# yum install libxml2-devel -y

安装完之后查找xml2-config文件是否存在

[[email protected] /] # find / -name "xml2-config"

/usr/bin/xml2-config


本文出自 “辛舒展” 博客,请务必保留此出处http://xinsz08.blog.51cto.com/10565212/1795744

以上是关于PhP 常见安装错误configure error xml2-config not found. please check your libxml2 installation的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu安装php常见错误集锦

php编译常见错误

安装php过程中的错误和解决方式 configure: error: jpeglib.h not found

brew安装php70出现configure: error: Cannot find libz 错误解决方法

Linux下编译PHP常见错误及解决方法

php 编译常见错误