[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-08 00:42:09 CET

On Mon, 2003-12-08 at 00:35, John Peacock wrote:

[...]
> > "--with-mpm=worker" \
> > "--with-berkeley-db=/usr/local/BerkeleyDB.4.2/" \
> > "--with-dbm=db4" \
>
> That last line is not necessary, and is probably what is causing your problems.
> I just built against BDB-4.2 this morning with the [admittedly simpler] following:
>
> #! /bin/sh
> #
> # Created by configure
>
> "./configure" \
> "--enable-dav" \
> "--enable-so" \
> "--with-berkeley-db=/usr/local/BerkeleyDB.4.2/" \
> "$@"
>
> As long as you built BDB-4.2 with the defaults, you not only don't need the
> --with-dbm=db4 stanza (which is, I believe, a compatibility flag to prevent DB3
> from being loaded instead of DB4).

The with-dbm=...|db3|db4|db41|db42 is to only allow that version of db
to be selected. The --with-berkeley-db=PATH makes sure that only a
version of db found in PATH shall be selected. IOW, the switches are
to specify version and location respectively.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 8 00:42:51 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.