Chinaunix首页 | 论坛 | 博客
  • 博客访问: 443138
  • 博文数量: 403
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: -70
  • 用 户 组: 普通用户
  • 注册时间: 2016-09-05 12:45
文章分类

全部博文(403)

文章存档

2014年(3)

2013年(1)

2012年(3)

2011年(21)

2010年(13)

2009年(64)

2008年(9)

2007年(36)

2006年(253)

分类:

2006-11-22 10:52:07

解压PHP后进入configure,
./configure --prefix=/usr/local/apac
he2/ --with-config-file-path=/usr/local/apache2/conf
出现错误:checking libxml2 install dir... no
....
configure: error: xml2-config not found.Please check your libxml2 installation.
意思是没有安装libxml2,于是从网上下载了一个libxml2-2.6.23,进入之后configure到/usr/local/libxml2-2.6.23,然后重新在PHP中执行
./configure --prefix=/usr/local/apac
he2/ --with-config-file-path=/usr/local/apache2/conf --with-libxml-dir=/usr/local/libxml2-2.6.23/
搞定。
阅读(2237) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~