[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, 12 Feb 2015 20:59:29 +0100

On 12.02.2015 20:48, kay wrote:
> I downloaded sqlite-amalgamation-3080802.zip and unzipped into a totally
> different directory. I make a directory named SQLite amalgamation as
> follows: /stptest/tools/svn/subversion-1.8.11/sqlite-amalgamation dand
> copied the sqlite3.c from the unzipped files to it

Subversion uses the SQLite amalgamation, not one file from it.

You copied the C file but not the header; Subversion compiles sqlite3.c,
but also needs sqlite3.h and sqlite3ext.h, which it now most probably
picked up from /usr/include or /usr/local/include, where it found an
older version.

And it looks like our INSTALL file is out of date in that respect (again).

-- Brane
Received on 2015-02-12 21:00:15 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.