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

Re: can't build using Berkeley DB 4.3.29

From: Jeff Smith <jsmith_at_robotronics.com>
Date: 2007-01-19 18:30:17 CET

On Wednesday 17 January 2007 16:45, Ryan Schmidt wrote:
> Ah. I just looked at the way that MacPorts builds BerkeleyDB, and
> that's how they do it, and it apparently works.

Hey, thanks for looking at it... and I just found basically what was
missing.

I added an environment variable to the shell, which made it find it:
export LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.3/lib

I was counting on that being documented either in DB installation, or
Subversion docs. Instead, there was only mention of it in the middle
of the output from installing Berkeley DB. Also I had assumed that if
I used --with-berkeley-db then ./configure would use it to search for
the lib, but apparently does not.

I think I could also use ldconfig to make it be found by normal apps,
but have not tried it. Did I mention I'm not very experienced with
the shared library stuff :-/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 19 18:31:08 2007

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.