编译php-5.5.15出错,xml2-config not found

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译php-5.5.15出错,xml2-config not found相关的知识,希望对你有一定的参考价值。

 

今天在centos上编译php-5.5.15,

 

 

 

[plain] view plaincopy技术分享技术分享
 
  1. cd php-5.5.15  
  2. ./configure --prefix=/usr/local/php/ --with-config-file-path=/usr/local/php/etc/ --enable-fpm  


返回错误:

 

 

 

 

[plain] view plaincopy技术分享技术分享
 
  1. checking libxml2 install dir... no  
  2. checking for xml2-config path...   
  3. configure: error: xml2-config not found. Please check your libxml2 installation.  


说是libxml2没装,但是用yum安装时发现已经安装了

 

 

 

 

[plain] view plaincopy技术分享技术分享
 
  1. [[email protected] process]# yum install libxml2  
  2. Loaded plugins: fastestmirror  
  3. Loading mirror speeds from cached hostfile  
  4. Setting up Install Process  
  5. Package libxml2-2.7.6-14.el6_5.2.i686 already installed and latest version  
  6. Nothing to do  


查资料后发现原来还需要安装libxml2-devel,再次执行安装命令

 

 

 

 

[plain] view plaincopy技术分享技术分享
 
  1. yum install libxml2* -y  


再重新编译php,可以编译成功

以上是关于编译php-5.5.15出错,xml2-config not found的主要内容,如果未能解决你的问题,请参考以下文章

转:php 5.5源码安装全过程

编译cm11出错

ARM (UBOOT)编译出错问题

DataStage Transformer 编译出错

在Ubuntu中编译android代码出错。

MPLAB编译出错