linux安装svn客户端
Posted 李星保
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux安装svn客户端相关的知识,希望对你有一定的参考价值。
使用centos6.5连接winodw7客户端发现问题
# yum install subversion # svn checkout https://10.0.0.78/svn/trader
# svn: 方法 OPTIONS 失败于“ https://10.0.0.78/svn/trader: SSL handshake failed: SSL 错误:Key usage violation in certificate has been detected. ( https://10.0.0.78)
安装方法参考:https://my.oschina.net/lenglingx/blog/684614
安装中过程遇到问题:
问题1:
svn error:Subversion requires SQLite
解决方法:
# wget http://www.sqlite.org/sqlite-amalgamation-3.6.13.tar.gz
# tar zxvf sqlite-amalgamation-3.6.13.tar.gz
# ls
# cp -rf sqlite-3.6.13 subversion-1.6.6/sqlite-amalgamation
问题2:
/usr/bin/ld: cannot find -lexpat collect2: ld returned 1 exit status make: *** [subversion/svn/svn] Error 1
解决方法:
# yum -y install expat expat-devel
以上是关于linux安装svn客户端的主要内容,如果未能解决你的问题,请参考以下文章