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

Re: mod_dav_svn_so

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-11 15:50:13 CET

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
Received on Thu Nov 11 15:51:38 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.