some FreeBSD Berkeley DB hints
From: Jason Harris <jharris_at_widomaker.com>
Date: 2001-12-10 20:43:02 CET
On FreeBSD, the db3-3.3.11_1 port is a pain. It is careful not to conflict
Therefore, I wound up building and installing db3 by hand. Make sure you
../dist/configure --enable-compat185 --enable-dump185 --enable-cxx
I got a clean build and install in /usr/local/BerkeleyDB.3.3.
I then did this to configure subversion 0.7 from the bootstrap tarball:
./configure --with-berkeley-db=/usr/local/BerkeleyDB.3.3
This worked all the way up to the point where the test program to grab
ldconfig -m /usr/local/BerkeleyDB.3.3/lib/
RTFM on ldconfig(8) for more details.
After a lot of trial and error, I now have a _dynamically_ linked svn
HTH.
(NB: I'm not on the mailing lists.)
-- Jason Harris jharris@widomaker.com
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.