文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Apache安装问题

Apache安装问题

时间:2007-01-23  来源:hongtao425

便出现以下错误提示:
checking for APR-util... reconfig
configure: error: Cannot use an external APR with the bundled APR-util 解决方法:
下载下面两个软件包,软件在www.apache.org都可以找到的
apr-1.2.8.tar.tar 
apr-util-1.2.8.tar.tar
先安装第一个
tar -zxvf apr-1.2.7.tar.tar
./configure --prefix=/usr/local/apr
make
make install
接下来安装第二个
tar -zxvf apr-util-1.2.7.tar.tar --prefix=/usr/local/apr-unil --with-apr=/usr/local/apr
make
make install

好了,剩下重新安装apache了
./configure --prefix=/usr/local/apache --enable-so --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-unil
make
make install
OK,一切正常。
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载