1

我需要在 Debian 5.0 上更新 subversion 客户端,并决定从源代码构建客户端。但是带参数的配置--without-berkeley-db --without-apache --without-apxs --without-swig --with-ssl返回错误:

检查 APR... no configure: WARNING: APR not found 找不到 Apache Portable Runtime (APR) 库。

如果我使用参数 --without-apr 运行配置工具,则会收到 ext 错误:

检查 APR... 配置:错误:--with-apr 需要提供目录或文件

我必须打印哪些参数仅用于构建客户端,没有服务器?

4

1 回答 1

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`
于 2012-08-20T13:20:51.533 回答