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

configure stopping on Berkeley DB include.........

From: Stewart Dean <sdean_at_bard.edu>
Date: Tue, 21 Sep 2010 09:52:48 -0400

  I built apr and apr-util on this machine, then ran configure like this:

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

The configure runs fine up until:

checking for availability of Berkeley DB... no
configure: error: Berkeley DB 4.0.14 or newer wasn't found.

So I configure, made and made install the Berkeley DB at the latest level of a
fresh download from Oracle and called configure again:

./configure --with-apr=/usr/local/apr/bin --with-apr-util=/usr/local/apr/bin --with-berkele
y-db=db.h:/usr/local/BerkeleyDB.5.1/include:/usr/local/BerkeleyDB.5.1/lib:XXXX

where XXXX has been lib, libdb, libdb-5.1

in all cases I still get:

checking for availability of Berkeley DB... no
configure: error: Berkeley DB 4.0.14 or newer wasn't found.

The binaries are in /usr/local/BerkeleyDB.5.1/bin....in the off chance that they
weren't being seen, I copied them all into /usr/local/bin, but I stll get those
two lines.

Help, please? Thanks in advance.......

-- 
"One must think like a hero to behave like a merely decent human being." - May 
Sarton Stewart Dean, Unix System Admin, Bard College, New York 12504 
sdean_at_bard.edu voice: 845-758-7475, fax: 845-758-7035
Received on 2010-09-21 15:53:34 CEST

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.