If I don't specify --with-dbm, but only give the path, then the configure
script runs in httpd completely, builds installs etc.
But when I configure svn, I get an error about apr-util being installed
independently, and that the server support will be disabled (i.e. because
it uses Berkeley DB).
TTimo
On Mon, 08 Dec 2003 00:42:09 +0100
Sander Striker <striker@apache.org> wrote:
> 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
>
>
---------------------------------------------------------------------
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:52:30 2003