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

Re: [APR PATCH] Bootstrapping problem on Mac OS X

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-06-11 07:36:03 CEST

On Mon, Jun 10, 2002 at 05:00:23PM +0100, Pier Fumagalli wrote:
> Hmm... I basically rewrote that part, so, I believe it's my fault...
>
> Yes, you're right, without the default error handlers, the baby exits (but
> this is not a problem in Apache 2.0 as DSO modules are required to be there
> at startup, but your point is right, if we don't have to terminate the
> process, we'd better not to...

Correct. Exiting is up to the application, not APR.

> Now, the question is _why_ that thing is called and why libsvn_ra_local.so
> does not exist (if shared is disabled, it should be compiled in, right?)...

Nope. ra_local was probably not compiled and linked in because the Berkeley
DB libraries are not available, so the FS was not compiled, so ra_local was
skipped because it had no FS to link to. Missing ra_local is a standard
"remote client only" configuration.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 11 07:34:57 2002

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.