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/