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