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

Re: Subversion 0.23.0 released.

From: WC -Sx- Jones <lists_at_insecurity.org>
Date: 2003-05-20 06:24:36 CEST

On Monday, May 19, 2003, at 12:42 PM, Michael wrote:

> 1. Install db4. In this example its prefix is /path/to/db4
>
> 2. When configuring apache2, make sure apr and apr-util are in the
> srclib directory and pass:
> "--with-berkeley-db=/path/to/db4 --with-dbm=db4"
> to apache2's configure script.
>
> 3. When configuring subversion, use the relevant --with-apxs,
> --with-apr, and --with-apr-util flags.

Some notes:

When installing Db4, use:

../dist/configure --prefix=/usr/local/BerkeleyDB

Not, as I had been doing, this:
../dist/configure --prefix=/usr/local/BerkeleyDB \
--enable-cxx --enable-java --enable-rpc --enable-tcl --enable-test
--enable-umrw

The second invocation will somehow breaks the Apache 2.0 compatibility
test when it looks for db.h and immediately decides the one it found
isn't the right version, thereby stopping Apache 2.0 from *seeing* it
as the correct db4 installation...

HTH/Bill

PS - I haven't seen anything like this in the Subversion FAQ, nor the
DB FAQ. I will submit to Apache Docs and see if they will document it.
  Sleepycat stated they don't support Apache/Subversion integration with
Db4 - so it is likely they will not document it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 20 06:25:20 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.