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

Re: db insanity.

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2001-09-07 18:15:29 CEST

On Fri, Sep 07, 2001 at 10:47:31AM -0500, Ben Collins-Sussman wrote:
> bash-2.03$ /usr/local/apache2/bin/apachectl start
> Syntax error on line 177 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/libmod_dav_svn.so into server: Shared object "libdb-3.3.so" not found
> /usr/local/apache2/bin/apachectl start: httpd could not be started

try something like:

export LD_LIBRARY_PATH=/usr/local/BerkeleyDB.3.3/lib/
/path/to/apachectl

> bash-2.03$ ls /usr/local/BerkeleyDB.3.3/lib/
> libdb-3.3.a libdb-3.3.so libdb.a
> libdb-3.3.la libdb-3.so libdb.so

but wasn't this build supposed to use the bundled db library though?

---------------------------------------------------------------------
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.