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