所以我遇到了一个问题,我看到其他人在许多不同的系统上都有。我必须在 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-libs 路径的末尾运行不带“lib”的命令。
我在网上看到我需要 openssl-devel 软件包,但我一直无法为 SunOS 5.10 找到它们,并且在运行 pkginfo 时它们并没有显示在我的系统上已经安装。我在网上查看过,包括http://www.sunfreeware.com/,有人告诉我这是一个很好的 SunOS 软件源。
欢迎您提供任何帮助。
谢谢,肖恩
正如您所说(可从 sunfreeware 获得),您需要更新的 openssl,并且您需要确保您的构建过程正在寻找新的 openssl,而不是已发货的...
下面的原始链接已失效。请参阅https://blogs.oracle.com/rama/entry/compiling_subversion_with_ssl_support