Steve Kelem wrote:
I'm trying to build httpd-2.0.54 on SuSE 9.3 on a Pentium M, and the
configure script can't find BerkeleyDB.4.3.
I'm really trying to build subversion, which needs apr-util, which
apparently needs berkeley's db.
I've compiled and installed BerekelyDB.4.3 in /usr/local/BerkeleyDB.4.3.
You need to tell your system where the BerkleyDB libs are installed, as
they don't install themselves into a standard system location.
Make sure your LD_LIBRARY_PATH environment variable includes the path to
the BerkleyDB lib directory.
Regards,
Graham
--