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

Re: BerkeleyDB4.2 not looked for in build?

From: Jay 'Whip' Grizzard <elfchief_at_lupine.org>
Date: 2004-02-26 00:06:26 CET

On Wed, Feb 25, 2004 at 04:31:43PM -0600, Robert Guthrie wrote:
> I'm trying to compile subversion 1.0.0 on and AIX at work, and after
> installing the Berkeley DB, v 4.2 in a custom location, I ran:
>
> ./configure --with-berkeley-db=/my/custom/dir/subversion/BerkeleyDB.4.
>
> And when it errored out because it couldn't find BerkeleyDB.1, it
> scrolled up to find that it had never attempted to find version 4.2, as
> shown in this snippet of the configure output:
>
> checking for ldap support...
[snip]

I ran into this problem. For me, the problem was that the configure
script didn't specify -R/usr/local/BerkelyDB.4.2/lib when linking one
of the test programs, so when it tried to run, it couldn't link against
/usr/local/BerkeleyDB.4.2/lib/libdb4.so

The simplest solution is add /usr/local/BerkeleyDB.4.2/lib to your
LD_LIBRARY_PATh or ld.so.conf or whatever is appropriate for your
system.

-jay

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 26 00:06:09 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.