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

difficulty compiling with DB4.2.52

From: Mason Thomas <mlt_svn_at_sbcglobal.net>
Date: 2003-12-22 08:29:52 CET

Hi,

I recently decided to use Berkeley DB4.2.52 as the recommended DB
(rather than 4.0.14, which has worked well for me so far) along with a
fresh download of subversion-0.35.1. I have a Debian Linux system on
x86.

I compiled BDB according to their build instructions (./configure, make,
make install as root) and now have a /usr/local/BerkeleyDB4.2 directory.
I then tried to compile subversion, starting with:
./configure --enable-maintainer-mode
--with-berkeley-db=/usr/local/BerkeleyDB4.2

Unfortunately, this fails the configure step with:
.
.
.
checking checking for Berkeley DB 1 in /usr/local/BerkeleyDB.4.2/lib...
checking db_185.h usability... no
checking db_185.h presence... no
checking for db_185.h... no
checking for Berkeley DB... not found
configure: error: Berkeley DB not found.
configure failed for apr-util

(Note that there were other db checks before the above snippet. I can
post those if necessary.)

Is there something obvious I am missing?

Thanks,

-Mason

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 22 08:31:51 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.