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

Re: [BUG] --with-ssl causes update to fail

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2001-09-10 13:42:32 CEST

On Mon, Sep 10, 2001 at 03:19:50AM -0700, Greg Stein wrote:
> On Sat, Sep 08, 2001 at 09:33:23AM +0100, Joe Orton wrote:
> >...
> > If you're not building a with-DB3 build you will have to #if 0 the
> > ra_local_init definition in ra_libraries to get a useful binary with
> > this patch.
>
> That shouldn't be true. Without DB, the SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL
> symbol should not be set.

Yeah, don't worry, the current code copes with the DB/without-DB
situation properly in shared and non-shared builds. But it relies on the
fact that any errors loading the DSO are ignored, e.g. when the DSO
isn't actually there. This isn't helpful when trying to work out why a
DSO which *is* there doesn't actually load!

My patch changed that to get the error out for debugging.

(Sadly it doesn't look like we can portably distinguish between a "DSO
not present" and a "couldn't load DSO" error.)

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:40 2006

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

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