[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 21:38:18 +0000

On Mon, Dec 08, 2008 at 11:09:01AM -0800, Sankaran, Nambi wrote:
>
> Hello Folks
>
>
>
> I am trying to build subversion using the source tarball in linux.
>
> The build succeeds, but it is not linked with openssl correctly
>
> ./svn: error while loading shared libraries: libssl.so.0.9.8: cannot
> open shared object file: No such file or directory
>

What does 'ldd svn' print?
Does this file actually exist on your system? If so, where?
Can you play with LD_LIBRARY_PATH to make it find the library?
Do you have multiple SSL libraries installed and are they getting
mixed up during the build?

Make sure neon is linked with ssl, i.e. pass --with-ssl to the neon
configure script when installing neon.

> Does anyone attempted to build svn + apr + apr-util + neon + openssl
> ?

Yes, I do this nearly every day, and it works fine for me
(and quite possibly not only for me :)

Note that I compile both neon and svn with --disable-shared to
avoid shared library headaches. But you won't be able to compile
mod_dav_svn if you do this.

Stefan

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-08 22:39:47 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.