2012-08-17 92 views
0

我需要更新Debian 5.0上的顛覆客戶端,並決定從源生成客戶端。 但隨着參數--without-berkeley-db --without-apache --without-apxs --without-swig --with-ssl配置返回的錯誤:構建顛覆客戶端只有

checking for APR... no configure: WARNING: APR not found The Apache Portable Runtime (APR) library cannot be found.

如果我帶參數運行配置工具--without-APR然後我得到分機錯誤:

checking for APR... configure: error: --with-apr requires a directory or file to be provided

我必須打印僅用於構建客戶端哪些參數,沒有服務器?

+0

'的apt-get安裝libapr1,dev' – InternetSeriousBusiness 2012-08-19 08:33:14

回答

1

我找到了另一種解決方案:

sudo echo "deb http://opensource.wandisco.com/ubuntu lucid svn17" > /etc/apt/sources.list.d/svn.list 
sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add - 
sudo apt-get update 
sudo apt-get install subversion`