+ -
当前位置:首页 → 问答吧 → linux安装svn时出现configure: error: could not find library containing RSA_new

linux安装svn时出现configure: error: could not find library containing RSA_new

时间:2011-06-27

来源:互联网

已经按照网上说的
yum install openssl-devel
了,但是再次
./configure --prefix=/usr/local/svn --with-ssl
的时候还是会报这个错误(不用apache)

安装时参考的资料:
http://imethan.com/?p=226
http://www.myhack58.com/Article/sort099/sort0102/2011/30024.htm

作者: nomad_aa   发布时间: 2011-06-27

没有libcrypto.a或者libcrypto.so 
libssl-dev装一下

可能命令行为 yum install libssl-dev
你可以自己查一下

作者: xunxun1982   发布时间: 2011-06-27