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

Re: httpd 2.0.48's apr-util doesn't work against Berkeley DB 4.2

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-12-08 20:29:46 CET

By the way, here's exactly what I did on my RedHat 9 system to get BDB
4.2 working (On Redhat9, /lib/db.so is db 4.0):

* installed /usr/local/BerkeleyDB.4.2/
* added /usr/local/BerkeleyDB.4.2/lib to /etc/ld.so.conf, ran 'ldconfig'
* configured apache 2.0.48: --with-berkeley-db=/usr/local/BerkeleyDB.4.2
* built and installed apache
* configured subversion with no mention of DB stuff at all
* built and installed svn.

Everything now uses DB 4.2, according to 'ldd'.

This proves that you do *not* need APU HEAD, nor a patch, to get BDB 4.2
working with released apache and subversion.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 8 20:30:26 2003

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.