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

 

 

 

posted @ 2016-12-21 09:04  李星保  阅读(888)  评论(0编辑  收藏  举报