因此,我有一个问题,我已经看到其他人在许多不同的系统。我必须在SunOS 5.10框上构建Subversion,并且遇到了问题。
我安装了openssl源代码,并在subversion-1.6.9文件夹中运行以下代码:
./configure --with-ssl --with-libs=/opt/exp/lib/openssl/lib并接收错误:
checking for library containing RSA_new... not found
configure: error: could not find library containing RSA_new
configure failed for neon我还尝试在-with路径的末尾不使用"lib“来运行该命令。
我在网上读到,我需要openssl软件包,但是我一直无法找到SunOS 5.10的软件包,而且在运行pkginfo时,它们没有出现在我的系统上。我在网上查看过,包括http://www.sunfreeware.com/,我被告知这是一个很好的SunOS软件来源。
欢迎您提供任何帮助。
谢了,肖恩
发布于 2010-02-26 21:28:53
您需要一个更新的openssl,正如您所说的(可以从sunfreeware获得),并且您需要确保您的构建过程是在寻找新的openssl,而不是所提供的.
下面的原始链接已经死了。请参阅https://blogs.oracle.com/rama/entry/compiling_颠覆_使用_ssl_支持
https://serverfault.com/questions/116468
复制相似问题