安裝apache的錯誤問題解決: error,APR with the bundled APR-utilq錯誤解決
configure: error,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
再安裝apache
# ./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
這樣安裝正常!
posted on 2008-02-25 09:42 pony 閱讀(1564) 評論(6) 編輯 收藏 所屬分類: linux