Where to obtain openssl-devel for SunOS 5.10
Posted
by
user35949
on Server Fault
See other posts from Server Fault
or by user35949
Published on 2010-02-24T22:29:18Z
Indexed on
2012/09/03
15:40 UTC
Read the original article
Hit count: 269
So I am having an issue that I have seen other people have on many different systems. I have to build Subversion on a SunOS 5.10 box and have run into issues.
I have the openssl source code installed and in the subversion-1.6.9 folder, I run the following:
./configure --with-ssl --with-libs=/opt/exp/lib/openssl/lib
and receive the error:
checking for library containing RSA_new... not found
configure: error: could not find library containing RSA_new
configure failed for neon
I have also tried running the command without the "lib" on the end of the --with-libs path.
I read online that I need the openssl-devel packages, but I have been unable to find them for SunOS 5.10, and they do not show up already installed on my system when running pkginfo. I have looked online including http://www.sunfreeware.com/ which I was told was a good SunOS software source.
Any help you can provide would be welcomed.
Thanks, Sean
© Server Fault or respective owner