I had the same problem, but after running autogen.sh after editing
/etc/ld.so.conf and then running ./configure
-with-berkeley-db=/usr/local/BerkeleyDB4.2 again solved the problem. So in
my case running autogen.sh solved the problem. Don't know why.
Marc
-----Original Message-----
From: Mason Thomas [mailto:mlt_svn@sbcglobal.net]
Sent: Tuesday, December 23, 2003 07:41 AM
To: Jostein Chr. Andersen
Cc: dev@subversion.tigris.org
Subject: Re: difficulty compiling with DB4.2.52
On Mon, Dec 22, 2003 at 10:51:26AM +0100, Jostein Chr. Andersen wrote:
> Mason Thomas wrote:
>
> > Hi,
> >
> > I recently decided to use Berkeley DB4.2.52 as the recommended DB
> > (rather than 4.0.14, which has worked well for me so far) along with a
> > fresh download of subversion-0.35.1. I have a Debian Linux system on
> > x86.
> >
> > I compiled BDB according to their build instructions (./configure, make,
> > make install as root) and now have a /usr/local/BerkeleyDB4.2 directory.
> > I then tried to compile subversion, starting with:
> > ./configure --enable-maintainer-mode
> > --with-berkeley-db=/usr/local/BerkeleyDB4.2
>
> Have you included /usr/local/BerkeleyDB4.2 in your /etc/ld.so.conf and
done
> a ldconfig?
>
> Also, remember to compile Apache against BerkeleyDB4.2 before subversion
> too.
Not originally. However, I have now included /usr/local/BerkeleyDB.4.2
in /etc/ld.so.conf and ran ldconfig (as root). Unfortunately, I still
get the exact same error.
I am not compiling Apache, I'm using Subversion only for the ra_local
access.
-Mason
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 23 15:51:30 2003