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

Compiling subversion, apache, etc

From: David Heath <dgheath_lists_at_btopenworld.com>
Date: 2004-03-07 19:07:03 CET

Hi,

just tried to compile berkeleydb 4.2.52, apache2 2.0.48, and subversion
1.0. I was having trouble getting the berkeleydb to be recognised by the
configure scripts and then noticed this FAQ entry:

http://subversion.tigris.org/project_faq.html#linux-bdb42-build

I followed the suggestions there and applied the patch for apr-utils to
a clean apache2 src tree. Then used the suggested configure command.
However, I found that the suggested configure command still gave errors.

Instead I used:

./configure \
   --enable-dav \
   --enable-so \
   --with-berkeley-db \
   --with-dbm=db42

The only change being that I didn't specify

   --with-berkeley-db=/usr/local/BerkeleyDB.4.2/

as suggested in the FAQ entry. This is in spite of the fact that I do
have berkeley db is installed in that location.

Anyway just wanted to pass this on in case others encountered the same
difficulty. Perhaps the FAQ entry should be updated if others can
reproduce this problem.

Have not yet finished compiling, will let you know if it all works!

thanks

David Heath

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 7 19:07:27 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.