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

Re: Neon dependency question

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-05-14 09:57:54 CEST

On Thu, May 13, 2004 at 12:55:39PM -0500, Ben Collins-Sussman wrote:
> On Thu, 2004-05-13 at 12:50, Ram, Siddharth wrote:
>
> > Svn: relocation error: /usr/local/lib/libsvn_ra-1.so.0: undefined
> > symbol: ne_ssl_load_pkcs12.
>
> This means the new neon library doesn't have SSL compiled in, and the
> svn library thinks it should. (Apparently the old neon library had SSL
> support.) The new neon library needs to be configured "--with-ssl" and
> recompiled.

You never get that sort of error with neon; neon defines the ne_ssl_*
symbols regardless of whether SSL is supported or not, and it's quite
safe to build against a libneon.so which has no SSL support and run
against a libneon.so which *does* have SSL support, or vice versa.

I'd guess this error is more likely to be due to linking against old
versions of the SVN libraries in /usr/local/lib; try removing them
before building the new version of SVN.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 14 10:00:26 2004

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.