[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: Sander Striker <striker_at_apache.org>
Date: 2003-12-09 12:27:18 CET

On Tue, 2003-12-09 at 12:19, John Peacock wrote:
> Yes, this is exactly what I did too, again just last night with SuSE 9.0. As
> long as you use at least:
>
> ./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.2
>
> the BDB search code will not kick in...

Tecnically it will. It will only search the location you specified
though, trying db 4.1, 4.0, 3, etc. The reason this works is because
4.2 is accepted in the db4 check, and because there probably is a
libdb4.so in the lib/ subdir of the location you specify.

Details...

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 9 12:27:54 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.