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

Re: Configuring Subversion with Berkeley DB Error: configure: error: Berkeley DB 4.0.14 or 5.x wasn't found

From: Branko Čibej <brane_at_wandisco.com>
Date: Thu, 05 Feb 2015 21:46:56 +0100

On 05.02.2015 21:42, kay wrote:
> I tried to configure subversion with the following:
>
> ./configure --prefix=/dhhs1t/3rdparty/tools/svn --with-dbm-db5
> --with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr/
> --with-sasl=/usr/lib/sasl
> --with-berkeleydb=:/usr/local/BerkeleyDB.5.3/include/db53:/usr/local/BerkeleyDB.5.3/lib/db43:db-5.3.

You need the header name (usually db.h) before the first colon here.
Also, are you sure you want to use the BDB-5.3 headers but the BDB-4.3
library?

-- Brane
Received on 2015-02-05 21:49:43 CET

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.