[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: Michael <mixtim_at_ispwest.com>
Date: 2003-05-19 18:42:03 CEST

----- Original Message -----
From: WC (Bill) Jones
Sent: 5/19/2003 7:32:44 AM
To: michael.price@acm.org
Subject: Re: Subversion 0.23.0 released.

> May I ask? How did you build/install Db4?

According to the build instructions that come with the release.

> I have tried everything to get Apache/Db4 to work together as you
> earlier suggested and still nothing... Apache 2.0.45 builds fine
> without Db4...

Yes, Apache 2.0.45 does build fine without db4, just not if you
want to use subversion with it :)

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.

I believe this is all in the FAQ.

Please direct questions of this nature to the dev@subversion.tigris.org
mailing list (headers of this email fixed).

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 19 18:36:33 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.