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

Re: Compiling Subversion with SSL Support - not happening

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 8 Dec 2008 23:52:15 +0000

On Mon, Dec 08, 2008 at 03:13:13PM -0800, Sankaran, Nambi wrote:
> Static linking results in error,
>
> $./configure
> --prefix=/ebay/software/pkgs/linux/2.4.21/i686/subversion/1.5.4/
>
> --without-apxs
> --with-ssl
>
> --with-libs=/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/lib/
>
> --includedir=/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/includ
> e
> --disable-shared
> ......
> ......
> checking for pkg-config... /usr/bin/pkg-config
> checking for openssl pkg-config data... no
> checking for library containing RSA_new... not found
> configure: error: could not find library containing RSA_new
> configure failed for neon
>
>
> The openssl package contains libssl and libcrytpto libraries.
>
>
> $cd /openssl/0.9.8i/lib
>
> $nm -s libssl.a |grep RSA_new
> U RSA_new
>
> $nm -s libcrypto.a |grep RSA_new
> RSA_new in rsa_lib.o
> RSA_new_method in rsa_lib.o
> 00000000 T RSA_new
> 000000dc T RSA_new_method
> U RSA_new
> U RSA_new
> U RSA_new

No idea why this fails, really.

Check the config.log file for the exact command executed by the
configure script and error message by the compiler during the
"checking for library containing RSA_new..." step.
Maybe the neon configure script has a bug and does not pass -lcrypto?
Which neon version are you trying to build?

Attached is a Makefile I use to compile my own Subversion builds (for
development of Subversion, not for real installations). Maybe you can
squeeze some information out of it.

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=981374

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].

Received on 2008-12-09 00:53:22 CET

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.