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

RE: Re: mod_dav_svn_so

From: Tri Truong <Tri.Truong_at_appiancorp.com>
Date: 2004-11-12 16:26:33 CET

I also had problems building mod_dav_svn_so on Linux until I ran Apache
configure without the enable-maintainer-mode option (apparently this is
just for debugging anyway). I was installing without BDB.

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Thursday, November 11, 2004 9:50 AM
To: christian unger
Cc: users subversion
Subject: Re: mod_dav_svn_so

On Nov 11, 2004, at 4:04 AM, christian unger wrote:

> So I'v e been trying to build svn 111 under os x but the apache module

> wouldn't build.
> okay, I then built apache2 from scratch and changed the line in
> subversions configure file which points to the mod_dav.h file
>

Wha? You don't need to do anything so hack-y. I've been building svn &
apache for nearly 4 years on Linux, FreeBSD and (these days) OSX.
The recipe is simple, laid out in the INSTALL file:

1. build and install berkeleyDB source. (usually into
/usr/local/BerkeleyDB.4.2/)

2. build and install apache2 source, with pointers to BDB:

./configure --enable-maintainer-mode --enable-so" --enable-dav \
             --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-dbm=db4

     Now you end up with apache2 in /usr/local/apache2/

3. build and install subversion:

        ./configure && make

    The configure file will automatically find apr and apr-util in
/usr/local/apache2/, and apr-util will tell subversion how to find BDB.
  It's all automatic, nothing to do.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 12 16:29:37 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.