Berkeley DB compatibility problems
From: Pete Gonzalez <pgonzalez_at_bluel.com>
Date: 2004-01-15 03:14:50 CET
I had problems getting Subversion to compile on a Debian server and
For reference, here's how I solved it:
1. Compile and install db-4.2.52.tar.gz
2. For a non-root installation, add this line to ~/.bash_profile:
export LD_PRELOAD=/home/me/local/BerkeleyDB.4.2/lib/libdb.so
This tells the configure script where to find the db-4.2 libraries.
3. I downloaded apr-util-APU_0_9_BRANCH_20031230052737.tar.gz and
http://www.contactor.se/~dast/svn/archive-2003-12/0312.shtml
(Without changes #2 and #3, the ./configure command would fail.)
4. I ran configure (these options are for the non-root install):
./configure --prefix=/home/me/local/ \
5. Ran "make" and "make install". For non-root install, I had
I'm not sure why other people haven't encountered the problems
Cheers,
---------------------------------------------------------------------
|
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.