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

Re: configure can't find BerkeleyDB

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2003-12-10 19:08:28 CET

Rick Brice <Rick.Brice@comcast.net> writes:

> and get the errors listed below. I did the same thing with
> BerkeleyDB 4.1.25 and get similar errors. Any idea on what the
> problem is and how to fix it?

You need to include config.log in addition to the configure
output.

I'm guessing, though, that you're on a Linux system and ld
doesn't know about /usr/local/BerkeleyDB.4.2. You can fix that
by setting LD_LIBRARY_PATH in your environment before building
apr-util or httpd and subversion, by setting
LDFLAGS=-Wl,-R/usr/local/BerkeleyDB.4.2 for your db build, or by
adding /usr/local/BerkeleyDB.4.2 to /etc/ld.so.conf and running
ldconfig.

config.log will have the definitive answer.

--
Eric Gillespie <*> epg@pretzelnet.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 10 19:09:12 2003

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.