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

Re: Build issue with Berkeley DB?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-15 18:09:53 CET

Seth Falcon <sfalcon@fhcrc.org> writes:

> The config.log looked good w/ references to BerkeleyDB.4.2. The build
> succeeded, however my svn binary still links to two Berkeley DB
> versions:
> $ ldd /home/seth/sw/svntest/bin/svn | grep libdb
> libdb-4.2.so => /usr/local/BerkeleyDB.4.2/lib/libdb-4.2.so (0x40123000)
> libdb-4.1.so => /usr/lib/libdb-4.1.so (0x40535000)

That probably means that one of the non-Subversion libraries is linked
to BDB 4.1, try running ldd on each of the libraries reported when you
run ldd on svn.

On a Debian system the system BDB will have been built with unique
names, so the names will all be different to those supplied by your
local BDB. I guess that's why it's possible to link to both versions.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 15 18:10:36 2004

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

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