You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mark Gibson <mg...@bdgp.lbl.gov> on 2006/05/01 15:51:22 UTC

Re: could not find library containing RSA_new

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

Re: could not find library containing RSA_new

Posted by Matt England <me...@mengland.net>.
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