Installing BerkeleyDB, Apache & Subversion on Debian 3 (woody)
http://www.17od.com/2005/03/26/installing-berkeleydb-apache-subversion-on-debian-3-woody/ 26Mar05 Install Berkeley DB Go to http://www.sleepycat.com/download/index.shtml and download BerkeleyDB 4.2.52 Download the patches numbered like this patch.4.2.52.? Extract the BerkeleyDB compressed file Copy all the patch files into the base directory just extracted Apply the patches individually using…patch -p0 < [patchfile] cd into the build_unix directory in the extracted directory Run…../dist/configure Run…make Ensure you’re logged in as root and run…make install (installs to /usr/local/BerkeleyDB.4.2) Add the line /usr/local/BerkeleyDB.4.2/lib to the file*/etc/ld.so.conf* Run ldconfig to update the library cache with the BerkeleyDB libraries Install Apache ...