PHP学会网 php培训网 PHP暑期培训 PHP寒假培训 PHP假期培训 » 操作系统(Windows、Linux) » configure: error: Cannot use an external APR with the bundled APR-utilq错误解决[原创]
本页主题: configure: error: Cannot use an external APR with the bundled APR-utilq错误解决[原创] 打印 | 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题

游子云



该用户目前不在线
级别: 管理员
精华: 3
发帖: 252
威望: 211 点
金钱: 2128 PYMB
贡献值: 0 点
在线时间:39(小时)
注册时间:2005-10-27
最后登录:2009-01-07

configure: error: Cannot use an external APR with the bundled APR-utilq错误解决[原创]


一般在第一次安装进一般不会遇到这种问题,在重新编译时会遇到该问题
以下是我根据错误提示进行纠正安装的


cd httpd-2.2.2

安装APR
cd srclib/apr

#./configure --prefix=/usr/local/apr
#make
#make install

安装APR-util
cd srclib/apr-util

#./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
#make
#make install

# ./configure --prefix=/usr/local/apache
--enable-so --enable-mods-shared=all
--enable-cgi
--with-apr=/usr/local/apr
--with-apr-util=/usr/local/apr-util/bin

# make
#make install

这样安装正常!
PHP培训,网站建设咨询
联系电话: 0571-85980046 ,0571-86704910
联系人:何老师
qq:310172
地址:杭州下沙4号路物美西子阳光星城1座501室
顶端 Posted: 2006-06-30 15:39 | [楼 主]
wuwen1023



该用户目前不在线
级别: 新手上路
精华: 0
发帖: 1
威望: 2 点
金钱: 10 PYMB
贡献值: 0 点
在线时间:0(小时)
注册时间:2006-10-09
最后登录:2006-10-09


多谢啊!
顶端 Posted: 2006-10-09 18:06 | 1 楼
PHP学会网 php培训网 PHP暑期培训 PHP寒假培训 PHP假期培训 » 操作系统(Windows、Linux)

时:01-10 10:15 Copyright © 2006 phpwhy.com 权
ICP05060669

曳息 -