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

RE: Re: Compiling complete system

From: Craig L. Ching <cching_at_mqsoftware.com>
Date: 2004-01-15 21:13:49 CET

> Buddy Burden wrote:
> >
> > 1) Am I on the right track here?
>
> Not in my opinion; you are making things complicated for no
> good reason. Once
> you build and install Apache 2.0.48 and Berkeley 4.2.52, you
> shouldn't have any
> need to do anything when upgrading Subversion. You may as
> well install those in
> their default locations ( /usr/local/apache2 and
> /usr/local/BerkeleyDB.4.2
> respectively).
>
One comment on this part. If your distribution comes with a version of Berkeley DB installed, apache and subversion seem to find that one instead of the newly built BerkeleyDB 4.2. So, I use the --with-berkeley-db=/usr/local/BerkeleyDB.4.2 option. Here is how I run configure for both apache 2.0.48 and Subversion 0.36:

Apache:

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

Subversion:

./configure --enable-maintainer-mode --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2

HTH

Cheers,
Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 15 21:14:58 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.