颠覆http模块的问题

时间:2011-08-30 19:50:51

标签: svn http

subversion HTTP模块无法正确安装。所以我在cPanel论坛上发现了这个:

./configure --with-apxs=/usr/local/apache/bin/apxs --with-apr=/usr/local/apache/bin/apr-1-config --with-apr-util=/home/cpeasyapache/src/httpd-2.2.19/srclib/apr-util
make
make install

我收到了这个错误:

------ making install in serf
make[1]: Entering directory `/home/kristoffer/subversion-1.6.0/serf'
mkdir -p /usr/local/lib /usr/local/include/serf-0
/usr/local/apache/build/libtool --silent --mode=install /usr/bin/install -c -m 644 libserf-0.la /usr/local/lib
libtool: install: error: cannot install `libserf-0.la' to a directory not ending in /root/lib
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/kristoffer/subversion-1.6.0/serf'
make: *** [external-install] Error 1

我尝试过设置不同的安装路径,包含路径等等 - 没有任何工作

1 个答案:

答案 0 :(得分:0)

我选择不打扰它并下载svn for Windows,下载文件,打包并上传到服务器。