Re: Subversion upgraded to Berkeley DB 4.0.14
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-01-02 21:38:19 CET
Karl Fogel <kfogel@newton.ch.collab.net> writes:
> There are no known interop issues with Apache, even when httpd is
Really? Well, I have problems using shared svn apache modules. This is
$ ldd /usr/local/apache/bin/httpd | grep db
and a checkout command fails
$ svn co http://localhost:8888/repo -d svn
apr_error: #20014, src_err 0 : <Error string not specified yet>
The error appears to be generated by the db version check in
(gdb) c
Breakpoint 1, check_already_open (fs=0x81457c0)
I work round this by forcing httpd to use db4 at runtime as follows
$ LD_PRELOAD=/usr/local/subversion/lib/libdb-4.0.so /usr/local/apache/bin/apachectl start
When apache is run like this the checkout command works fine.
-- Philip --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:54 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.