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

RE: Failing to compile subversion

From: Ulrich Eckhardt <Eckhardt_at_satorlaser.com>
Date: 2005-10-24 13:28:06 CEST

Albert wrote:
> I have performed the following (as root):
>
> $ cd /home/albert/sources/db-4.3.29/build_unix
> $ ../dist/configure
> $ make
> $ make install
> $ cd ../../subversion-1.2.3

Okay, either make or make install (the latter 'including' the former, btw) should have told you that you still need to setup your runtime linker so it finds the libs. How to do that depends on your system.

> The last two lines are:
> configure: error: Berkeley DB not found.
> Configure failed for apr-util
>
> /usr/local/BerkeleyDB4.3 does indeed exist. It contains bin, docs,
> include and lib directories.

./configure should have generated config.log, which might provide additional hints about what exactly failed. You should read that and report the exact parts for better analysis here (provided it's not the above error) because several checks can lead to that error.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 24 13:31:58 2005

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.