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

configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-08-06 17:26:01 CEST

I'm trying to build subversion from the latest sources, but can't becaues
the configure script can't find berkeley db. This is on a red hat linux box,
with berkeley db 4.0.19 and apache 2.0.47 built from their source tarballs
and installed in their default locations (/usr/local/BerkeleyDB.4.0 and
/usr/local/apache2 respectively).

I built the subversion client from the 0.26 bootstrapping tarball,
downloaded the latest trunk, and tried to built it with the following
commands:

  $ sh autogen.sh
  $ ./configure --enable-maintainer-mode \
              --with-apr=/usr/local/apache2 \
              --with-apr-util=/usr/local/apache2 \
              --with-berkeley-db=/usr/local/BerkeleyDB.4.0

This errors out with

-- snip --
checking for Apache module support via DSO through APXS... found at
/usr/local/apache2/bin/apxs
checking httpd version... recent enough
checking for socket in -lsocket... no
checking for Berkeley DB in /usr/local/BerkeleyDB.4.0 (as db4)... no
checking for Berkeley DB in /usr/local/BerkeleyDB.4.0 (as db)... no
configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db
-- snip --

I think I'm doing everything by the book. What could be wrong? My config.log
file is attached.

- Russ

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

Received on Wed Aug 6 17:31:54 2003

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.