[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: could not find library containing RSA_new

From: Matt England <mengland_at_mengland.net>
Date: 2006-05-09 18:31:28 CEST

FWIW:

I experienced similar symptoms, I seemed to have the libs installed, but
then I went and made sure the headers were also installed on my system
(Debian-Ubuntu-Dapper-Beta2: "apt-get install libssl-dev"), and then my
'./configure --with-ssl' completed without any further errors.

I have found that this is a common issue for build dependencies for many
software packages, including the ones my team manages (at
http://cleversafe.org ), and I'm continually installing the -dev packages
(that include the headers) for package dependencies.

-Matt

At 5/1/2006 10:51 AM, Mark Gibson wrote:
>Chris _ I am having the same issue (Suse 10, RSA_new). I didnt see any
>responses to your email. Did you solve this problem? If so I would
>definitely like to hear about it.
>
>Thanks, Mark Gibson
>
>>Hey all,
>>I'm trying to build Subversion 1.3.1 (client only) on SuSE 10.0 with SSL
>>support. I've built a fresh copy of OpenSSL 0.9.8, which lives in
>>/usr/local/ssl (the default). In the Subversion home directory, I do
>>"./configure --with-ssl". Configure runs for a good long time, then fails
>>with "could not find library containing RSA_new" when building neon.
>>I tried adding "--with-libs=/usr/local/ssl", and it seems to get farther,
>>but still fails with "could not find library containing SSL_library_init"
>>Then I set LD_LIBRARY_PATH to /usr/local/ssl/lib, but that gets the same
>>error
>>Any suggestions?
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 9 18:42:07 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.