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 sd...@bard.edu voice: 845-758-7475, fax: 845-758-7035

Reply via email to