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

Re: ./configure refuses to see BerkeleyDB.4.2

From: Klaus Rennecke <kre_at_tigris.org>
Date: 2004-07-23 11:52:26 CEST

Douglass Turner wrote:
> [...]
> ./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.2
> ...
> checking checking for Berkeley DB 4.1 in /usr/local/BerkeleyDB.4.2...
> [...]

You omitted the actual test for 4.2 from the output? What OS are you
building on?

If you are running an old RH Linux, try

$ export LD_RUN_PATH=/usr/local/BerkeleyDB.4.2
$ ./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.2
$ ...

/Klaus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 23 11:52:48 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.