[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion 1.0.1 and BerkeleyDB.4.2

From: Craig S. Cottingham <craig_at_cottingham.net>
Date: 2004-03-16 20:39:47 CET

On Tue, 16 Mar 2004 14:21:49 +1100, Richard Heycock
<rgh@roughage.com.au> wrote:

> Try setting LD_LIBRARY_PATH to the base dir of the db? eg:
>
> LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.x
> export LD_LIBRARY_PATH

Close, but not quite. I had to set LD_LIBRARY_PATH to the lib directory
under BerkeleyDB.4.2 to get Subversion to compile.

LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.2/lib \
  ./configure --enable-maintainer-mode \
  --with-berkeley-db=/usr/local/BerkeleyDB.4.2 \
  --with-dbm=db42

-- 
Craig S. Cottingham
craig@cottingham.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 16 20:44:51 2004

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.