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

Not able to compile against Berkeley 4.3

From: Stefan Langer <nospam_at_bettsockentraeger.de>
Date: 2005-11-26 16:25:00 CET

Hello,

I have problems compiling the latest subversion release 1.2.3 against
Berkeley 4.3.29. I tried to find information on google or on the archive
of this mailing list but didnot find anything usefull.
I run on a Suse 9.3 and compiled and installed BDB 4.3.29 from the
release from sleepy cat. It was installed in /usr/local/Berkeley4.3
with the following structure

/lib
   libdb-4.3.a
   libdb-4.3.la
   libdb-4.3.so
   libdb-4.so
   libdb.a
   libdb.so

/include
   db.h
   db_cxx.h

when I run subversion compile with ./configure
--with-berkeley-db=/usr/local/Berkeley4.3

I tell me that it can't find Berkeley DB
This is the output from my configure run (Just the part about
BerkeleyDB4.3):
checking for Berkeley DB 4.3 in /usr/local/BerkeleyDB.4.3/...
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... 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 -ldb-4.3... no
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... 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 -ldb43... no
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... 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 -ldb4... no
checking db43/db.h usability... no
checking db43/db.h presence... no
checking for db43/db.h... 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 -ldb... no

To me it looks as if it can find the headers but it cannot find the
libraries. As far as I know it is looking for some file called -ldb-4.3
but I'm not sure if this is simply some output parameter to shorten the
name.

How can I get subversion to pick up the correct version? Do I have to
run a special apr-util make? If you need more information please tell me so.

Regards and thanks for any help

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 26 16:25:46 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.