svnrdump:E175000:SSL is not supported错误的解决

Posted mrnx2004

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了svnrdump:E175000:SSL is not supported错误的解决相关的知识,希望对你有一定的参考价值。

参考博客:https://www.cnblogs.com/jkko123/p/6358461.html
参考博客:https://blog.csdn.net/w171066/article/details/51158970
参考博客:https://www.cnblogs.com/xlmeng1988/p/3431321.html
参考博客:https://www.liangzl.com/get-article-detail-18849.html

需要重新安装openssl、nemo以及subversion,做好相关的配置。
推荐使用yum源默认安装openssl。
下载二进制软件包安装neon(http://www.webdav.org/neon),安装neon时需要在./configure加参数--with-openssl,后面不需要加openssl的安装路径。
安装完成后,在nemo安装目录下的bin文件夹下找到neon-config文件,运行"./neon-config --"查看ssl后面是不是yes。
最后安装subversion,下载subversion: https://archive.apache.org/dist/subversion相应的版本
注意查看./configure后打印的日志。
这里可能需要下载sqlite(https://www.sqlite.org/download.html )将sqlite-amalgamation目录下的sqlite3.c放到Subversion下提示的目录内(否则无法安装成功)










以上是关于svnrdump:E175000:SSL is not supported错误的解决的主要内容,如果未能解决你的问题,请参考以下文章

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not avail

pip cannot confirm SSL certificate: SSL module is not available

解决“DeprecationWarning: verify_ssl is deprecated“问题

How an SSL connection is established

JAVAMAIL 530 Error: A secure connection is requiered(such as ssl)

pip is configured with locations that require TLS/SSL问题