Svn 安装

下载地址:https://archive.apache.org/dist/subversion/

tar -zxvf XXXX.tar.gz
Cd XXXXX 
./configure


make 
make ianstall

报错信息:

问题一

Whichever of the above you do, you probably need to do
something similar for apr-util, either providing both
--with-apr and --with-apr-util to 'configure', or
getting both from SVN with:
   svn co \
    http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.x \
    apr-util
configure: error: no suitable apr found

缺少:apr 和apr-util
安装apr

tar -zxvf apr.tar.gz
#./configure --prefix=/usr/local/apr
 	 #make & make install
安装apr-util
#./configure --prefix=/usr/local/apr-util 
--with-apr=/home/amqdev/svn/apr --with-expat-devel=/home/amqdev/svn/expat
 	 #make & make install

在安装apr-util报错:

checking for APR... no
configure: error: APR could not be located. Please use the --with-apr option.

需要指定:apr地址:–with-apr=/home/amqdev/svn/apr
有可能会缺少expat
有错误需要安装 expat-2.0.1

#./configure --prefix=/expat
Make &make install

问题二

resulting directory to:
/ulic/amqdev/subversion-1.7.9/sqlite-amalgamation/sqlite3.c

configure: error: Subversion requires SQLite

缺少sqlite-amalgamation
解压:sqlite-autoconf-3310100
在subversion-1.7.9下创建sqlite-amalgamation/sqlite3.c吧解压:sqlite-autoconf-3310100中的东西全部放到sqlite-amalgamation下

问题三

checking zlib.h presence... no
checking for zlib.h... no
configure: error: subversion requires zlib
安装zlib-1.2.8.tar.gz

问题四

下载代码时报错:

svn: E170000: Unrecognized URL scheme for 'http://svnserver/svn/um/trunk'

缺少neon
安装重新./configure
–with-neon=/ulic/CS/svn/neno

找不到相应的文件LIU YAN

svn安装全部依赖:https://download.csdn.net/download/qq_39598825/12630056

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值