文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Ubuntu中安装PHP5.0.2出现的问题及解决方法

Ubuntu中安装PHP5.0.2出现的问题及解决方法

时间:2006-11-22  来源:leigaiting

解压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/
搞定。

相关阅读 更多 +
排行榜 更多 +
空中跑酷汉化版

空中跑酷汉化版

赛车竞速 下载
修仙传说

修仙传说

角色扮演 下载
魔界零之迷宫

魔界零之迷宫

冒险解谜 下载