码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-01-27 23:02:04      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:

 

今天在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. [root@localhost 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

标签:

原文地址:http://www.cnblogs.com/wangjinke/p/5164750.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!