在Debian上构建Subversion 1.5.4:找不到包含RSA_new的库 [英] Building Subversion 1.5.4 on Debian: could not find library containing RSA_new

查看:274
本文介绍了在Debian上构建Subversion 1.5.4:找不到包含RSA_new的库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在尝试构建颠覆(有限的帐户)很长时间,但没有任何运气:(

I've been trying to build subversion (on a limited account) for a long time but without any luck :(

我遵循的指示: a href =http://wiki.dreamhost.com/Subversion_Installation =nofollow noreferrer> http://wiki.dreamhost.com/Subversion_Installation

The instructions I'm following: http://wiki.dreamhost.com/Subversion_Installation

运行:

./configure --prefix=${RUN} --without-berkeley-db --with-ssl --with-zlib --enable-shared

给我这个错误:

checking for library containing RSA_new... not found
configure: error: could not find library containing RSA_new
configure failed for neon

有人可以向我解释:


  1. 可能的原因

  2. 可能的方法来规避它

  3. 可选:这些模块是什么,它们是目的是(Neon / RSA_new)

谢谢!

尝试从neon config.log文件中找到有趣的位:

Trying to find interesting bits from the neon config.log file:

configure:27693: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccazXdJz.o: In function `main':
/home/stpinst/soft/subversion-1.5.4/neon/conftest.c:93: undefined reference to `RSA_new'
collect2: ld returned 1 exit status
configure:27699: $? = 1
configure: failed program was:
...
| int
| main ()
| {
| RSA_new();
|   ;
|   return 0;
| }
configure:27742: gcc -o conftest -g -O2   conftest.c  -lcrypto  -lz >&5
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
configure:27748: $? = 1

-

推荐答案

查看我对这里

这篇关于在Debian上构建Subversion 1.5.4:找不到包含RSA_new的库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆