Re: Is BDB 4.1.25 okay?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-17 16:25:36 CET
On Mon, 2003-11-17 at 09:15, Wadsworth, Eric (Contractor) wrote:
> ./configure --with-berkeley-db=/usr/local/BerkeleyBD.4.1
Maybe because you mistyped the path to BDB there? :-)
Whatever the case, make sure that the BerkeleyDB libs are in your
Actually, let me summarize the larger picture here. As of svn 0.33, our
* apr-util now looks for all versions of BDB, and chooses one.
This prevents Subversion and Apache/apr-util from using two different
This means that the best way to do things is:
* make sure BDB 4.0 or 4.1 is installed at location $FOO
./configure --with-berkeley-db=$FOO --with-dbm=db4 (plus other args)
These two arguments get passed down to apr-util's configure -- it
* configure subversion with no mention of BDB stuff. It only needs to
---------------------------------------------------------------------
|
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.