+ -
当前位置:首页 → 问答吧 → svn: SSL is not supported 问题请教

svn: SSL is not supported 问题请教

时间:2011-02-23

来源:互联网

在centos上使用源代码安装svn,如下
cd subversion-1.6.6/
./configure --prefix=/usr/local/svn --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-sqlite=/usr/local/sqlite --with-neon=/usr/local/neon --with-openssl=/usr/local/openssl
make
make install

在执行svn update命令的时候,出现错误
svn: SSL is not supported

请教一下,是什么原因?该如何解决?

作者: kkktv_hz   发布时间: 2011-02-23

少编译了个SSL选项吧

作者: taojie2000   发布时间: 2011-02-23