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

Re: configure error - looking for db, db4

From: Eric Johnson <Eric.R.Johnson_at_Sun.COM>
Date: 2003-10-28 18:39:05 CET

Thanks for the help. It looks like I had to
specify the full path to the include/ and lib/
directories with either my LD_LIBRARY_PATH or
with the --with-berkeley-db switch.

Just passing the parent directory or including the
parent directory in LD_LIBRARY_PATH does not work
(atleast for me). From the output of
configure --help, I thought configure would
append/include the subdirectories automagically.

./configure --with-neon=/usr/local --enable-dso \
--with-apxs \
--with-berkeley-db=/usr/local/BerkeleyDB.4.0/include:/usr/local/BerkeleyDB.4.0/lib

Thanks again for the help.

--EJ

_______________________________________
Eric R. Johnson
SunServices
Sun Microsystems, Inc.
Phone: (303)-272-5671, x75671
Email: eric.r.johnson@sun.com
_______________________________________

----- Original Message -----
From: Ben Collins-Sussman <sussman@collab.net>
Date: Monday, October 27, 2003 7:26 pm
Subject: Re: configure error - looking for db, db4

> Eric Johnson <Eric.R.Johnson@Sun.COM> writes:
>
> > Hi,
> >
> > I'm trying to build svn 0.32.1 on Solaris and so far, no luck.
> > I'm using the following switches to 'configure' and getting the
> > failure below...
> >
> > ./configure --with-neon=/usr/local --enable-dso --with-apxs
> > --with-berkeley-db=/usr/local/BerkeleyDB.4.0
> >
> > checking for Berkeley DB in /usr/local/BerkeleyDB.4.0 (as
> db4)... no
> > checking for Berkeley DB in /usr/local/BerkeleyDB.4.0 (as db)... no
> > configure: error: Could not find Berkeley DB 4.0.14 with names:
> db4 db
>
> Add /usr/local/BerkeleyDB.4.0 to your LD_LIBRARY_PATH.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 28 20:30:45 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.