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

Re: Berkeley db4 not found error with 1.1.3 and BerkelyDB 4.2

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-02-17 17:00:56 CET

manish sharan wrote:
> I am building Subversion from Source taraball on a Redhat Linux 2.1AS. I
> have followed the direction and compiled and installed the Berkeley DB
> 4.2.52; I am not building Apache.
>
> When I run "./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.2
> --with-dbm=db42", it prints this error :
>
> configure: error: Berkeley db4 not found

Common error is not to tell the runtime linker where to find the lib, see 'man
ld.so'. Assuming you compiled from source, you have been told about this
while installing the library, too! ;^)

> How can I fix this ? I will deeply appreciate any help.

First thing to do is to provide the relevant parts of the output; 'configure'
dumps lots of output to config.log. Read that and post the parts that fail
(Note: the output of the failed check is followed by a dump of all variables,
so the relevant part is not at the end!).

But I think you won't need this, usually it's really the former.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 17 17:01:23 2005

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.