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

Re: --with-berkeley-db is broken

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-28 19:21:04 CEST

Shlomi Fish <shlomif@vipe.stud.technion.ac.il> writes:

> Hi!
>
> I installed Berkeley DB 4.0.14 under /usr/local/apps/db-4.0/ and using
> --with-berkeley-db=/usr/local/apps/db-4.0/ does not seem to compile it, I
> get the following error message:
>
>
> ==================================================================
> WARNING: skipping the build of mod_dav_svn
> --with-apxs or --with-apache must be used
> ==================================================================
> AJSDKKKKKKKKKKJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ
> checking for Berkeley DB in /usr/local/apps/db-4.0/...
> AKDSSSSSSSSSSSSSSSSSSSSSSSSSS
> no
> configure: error: Could not find Berkeley DB 4.0.14.

The test for Berkeley DB relies on linking and running a small test
program. If you look in config.log you should see the reason for the
failure. Taking a wild guess at what might have caused it to fail,
you may need to add /usr/local/apps/db-4.0/lib to your LD_LIBRARY_PATH
to enable the DB library to be found at run-time.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 28 19:21:48 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.