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

problems installing subversion

From: Tom Brown <brown_at_esteem.com>
Date: 2005-03-04 18:49:53 CET

I am having problems installing subversion 1.1.3 onto a machine running RedHat
7.1. I installed the Berkeley DB version 4.2.52 from source. Then I installed
Apache 2.0.53 from source. Then I tried to configure subversion using:

./configure --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2

but got the following message:

You don't seem to have Berkeley DB version 4.0.14 or newer
installed and linked to APR-UTIL. We have created Makefiles which
will build without the Berkeley DB back-end; your repositories will
use FSFS as the default back-end. You can find the latest version of
Berkeley DB here:
  http://www.sleepycat.com/download/index.shtml

So, I found a patch in FAQ for the Apache apr-util/configure script and
applied that and tried to configure Apache using:

./configure --enable-dav --enable-so \
  --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-dbm=db42

but configure failed with the following messages:

checking checking for Berkeley DB 4.2 in /usr/local/BerkeleyDB.4.2...
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for db-4.2... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for db4... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for db... no
configure: error: Berkeley db4 not found
configure failed for srclib/apr-util

What am I doing wrong?

Thanks,
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 4 18:53:34 2005

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.