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

Re: Where oh where has my Berkeley DB gone? (Issue 544)

From: Philip Martin <pm_at_ntlworld.com>
Date: 2001-11-01 05:51:20 CET

"B. W. Fitzpatrick" <fitz@red-bean.com> writes:

> Any configure hackers out there want to take a crack at this? I've
> verified that it's not just me having this problem. Filed as issue #544
>
> Scenario:
>
> - Download Berkeley DB 3.3.11, untar and move it to subversion/db
> - cd db/build_unix
> - run ../dist/configure && make && make install
> - cd back into the subversion build root
> - run the following:
>
> ./configure --enable-maintainer-mode --disable-shared \
> --with-berkeley-db=/usr/local/BerkeleyDB.3.3
>
> configure then gives me this line:
>
> checking for Berkeley DB in /usr/local/BerkeleyDB.3.3... no

So are there errors in config.log relating to the tests for Berkeley?

One guess: do you need to add /usr/local/BerkeleyDB.3.3/lib to your
library search path (LD_LIBRARY_PATH or /etc/ld.so.conf)?

Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:46 2006

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.