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

Re: configure: error: APR-UTIL wasn't linked against Berkeley DB 4

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-25 17:42:40 CEST

On Thu, 2004-06-24 at 16:44, Sven Templin wrote:
> Hello all,
>
> I am trying to install subversion.
>
> I have configured and compiled apache with:
>
> --enable-dav --enable-so --enable-ssl
> --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --enable-deflate
> --with-apr=./srclib/apr --with-apr-util=./srclib/apr-util

Run '/usr/local/apache2/bin/apu-config --db-version' to see which
version of BDB that apache's apr-util linked against. Probably not db4.

To fix that, add the '--with-dbm=db42' flag to apache's configure, and
make sure that the BDB4.2 'lib' directory is in your LD_LIBRARY_PATH
and/or LD_RUN_PATH.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 25 17:46:42 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.