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

Re: unable to build svn server: aprutils/bdb issues

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-10 18:30:01 CET

On Tue, 2004-02-10 at 09:11, Simon Kitching wrote:

> Does anyone have any ideas what I am doing wrong? It sure looks to me
> like apr-util doesn't yet support berkeley db newer than 4.1, but your
> install docs recommend 4.2.51, so it must be possible...

Yes, it's possible, but the latest released apr-util can't detect 4.2
yet. Only the CVS HEAD of apr-util has that code at the moment.

The formula is:

* install DB4.2 somewhere on your system, like in
/usr/local/BerkeleyDB.4.2

* put /usr/local/BerkeleyDB.4.2/lib into /etc/ld.so.conf and run
'ldconfig'

* tell apr-util (either directly, or through apache's configure) to use
--with-berkeley-db=/usr/local/BerkeleyDB.4.2.

* verify that apr-util really is linked to db4.2 with 'ldd'. :-)

* configure your subversion tree with *no* mention of berkeley db. It
will ask your installed apu-config for info about BDB, so that it links
to the same thing.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 9 00:12:44 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.