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

Re: problems --with-berkeley-db

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-08-08 19:18:01 CEST

"Sander Klous" <sander@nikhef.nl> writes:

> I compiled Berkeley DB from source in BerkeleyDB.3.2.9 directory
> first version 3.3.11 and later tried version 3.2.9. I compiled
> with cxx and java libs.
>
> I specify the following switches during subversion configure using:
> ./configure --prefix=/user/sander/Home/subversion
> --with-apxs=/user/sander/Home/apache_2.0/bin/apxs
> --with-berkeley-db=/user/sander/Home/BerkeleyDB.3.2.9
>
> [...]
>
> checking for Berkeley DB in /user/sander/Home/BerkeleyDB.3.2.9... no
> configure: error: Could not find Berkeley DB 3.2.9.

Sander,

The --with-berkeley-db option specifies the location of an *installed*
db library and headers.

Reading your mail, I get the impression that the path you provided is
just a db source-tree (with perhaps some compiled things within it.)

Be sure to `make install' your db library, and then either let
subversion's ./configure script try to find it automatically, or you
can pass --with-berkeley-db=/path/to/installed/location.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:35 2006

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.