Before run the configure script, try this:
$ CPPFLAGS="-I/usr/local/BerkekeyDB.4.1/include" ; export CPPFLAGS
$ LDFLAGS="-L/usr/local/BerkekeyDB.4.1/lib" ; export LDFLAGS
And now:
$./configure
Sergio Pedrosa.
Em Qua, 2003-02-26 s 05:30, Pawel Urawski escreveu:
Brenda Bell wrote:
I've installed BDB 4.1.25 (downloaded from Sleepycat). I have what
appears to be appropriate headers and libraries in
/usr/local/BerkeleyDB.4.1/include and /usr/local/BerkeleyDB.4.1/lib.
I have the similar problem, but with e little difference. When I'm
making configure i get:
checking for db.h... yes
checking for Berkeley DB link (default)... no
checking for Berkeley DB link (-ldb4)... no
checking for Berkeley DB link (-ldb-4)... no
checking for Berkeley DB link (-ldb)... yes
checking for Berkeley DB thread support... yes
checking Berkeley DB version for BDB backend... no
configure: error: BDB: BerkeleyDB version incompatible
What is wrong with it ?
Regards.
Pawel.