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

Re: Unsuccessful Compile of Subversion 1.0.0

From: Lars Immisch <lars_at_ibp.de>
Date: 2004-03-08 12:01:11 CET

Hi,

> After reading David Heath's msg, I looked and found my httpd and svnadmin
> were not using Berkeley db-4.2.
>
> I've tried reinstalling Berkeley DB 4.2.52. Then reinstalling httpd-2.0.48,
> applying patch pointed out by David (patch found in subversion FAQ under
> troubleshooting installations under *NIX).
>
> After running configure commands from FAQ:
>
> $ configure \
> --enable-dav \
> --enable-so \
> --with-berkeley-db=/usr/local/BerkeleyDB.4.2
> --with-dbm=db42
>
> it (configure) fails with:
>
> configure: error: Berkeley db4 not found
> configure failed for srclib/apr-util
>
> What now?

Try putting /usr/local/BerkeleyDB.4.2/lib into /etc/ld.so.conf (and run
ldconfig).

Otherwise the configure script may fail because the .so couldn't be
found. I had that problem and it has been reported on this list by other
people.

- Lars

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 8 12:03:16 2004

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.