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

Berkely db 4.2 + apr-util: Almost There!

From: Robert Guthrie <rguthrie_at_pobox.com>
Date: 2004-03-01 19:26:26 CET

I've compiled Berkely db, created symbolic links as suggested, patched
the subersion-included apr-util/configure script, added the Berkeley/lib
directory to LD_LIBRARY_PATH, and run subversion's "./configure
--with-berkeley-db=/path/to/BerkelyDB4.2 --with-dbm=db42". It seems to
know where to look now, but I don't think it's finding the libraries.
Here's the last of the ./configure output:

checking checking for Berkeley DB 4.2 in /tmp/subversion/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 apr-util

Note that I'm trying to install without Apache. Here is the output of
find BerkeleyDB.4.2/lib BerkeleyDB.4.2/include/ BerkeleyDB.4.2/bin/
BerkeleyDB.4.2/lib
BerkeleyDB.4.2/lib/libdb-4.2.a
BerkeleyDB.4.2/lib/libdb-4.2.la
BerkeleyDB.4.2/lib/libdb-4.2.so
BerkeleyDB.4.2/lib/libdb-4.so@
BerkeleyDB.4.2/lib/libdb.a
BerkeleyDB.4.2/lib/libdb.la@
BerkeleyDB.4.2/lib/libdb.so@
BerkeleyDB.4.2/lib/libdb4.a@
BerkeleyDB.4.2/lib/libdb4.la@
BerkeleyDB.4.2/lib/libdb4.so@
BerkeleyDB.4.2/include/
BerkeleyDB.4.2/include/db.h
BerkeleyDB.4.2/include/db_cxx.h
BerkeleyDB.4.2/bin/
BerkeleyDB.4.2/bin/db_archive
BerkeleyDB.4.2/bin/db_checkpoint
BerkeleyDB.4.2/bin/db_deadlock
BerkeleyDB.4.2/bin/db_dump
BerkeleyDB.4.2/bin/db_load
BerkeleyDB.4.2/bin/db_printlog
BerkeleyDB.4.2/bin/db_recover
BerkeleyDB.4.2/bin/db_stat
BerkeleyDB.4.2/bin/db_upgrade
BerkeleyDB.4.2/bin/db_verify

All of the file marked with "@" symbols are symbolic links to the
corresponding real file.

Any hints as to why it's not finding whatever it's looking for?

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