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

Re: can't build using Berkeley DB 4.3.29

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-17 01:19:32 CET

On Jan 16, 2007, at 17:47, Jeff Smith wrote:

> Why can't I build Subversion 1.4.2 using Berkeley DB 4.3.29? INSTALL
> doc recommends BDB 4.3.27, but that was to be found noplace. Is there
> some change I can make to detect 4.3.29?
>
> === some files in Berkeley DB installation ===
> /usr/local/BerkeleyDB.4.3
> |-- bin
> | |-- db_archive
> | |-- db_checkpoint
> | |-- db_deadlock
> | |-- db_dump
> | |-- db_load
> | |-- db_printlog
> | |-- db_recover
> | |-- db_stat
> | |-- db_upgrade
> | `-- db_verify
> |-- include
> | |-- db.h
> | `-- db_cxx.h
> `-- lib
> |-- libdb-4.3.a
> |-- libdb-4.3.la
> |-- libdb-4.3.so
> |-- libdb-4.so -> libdb-4.3.so
> |-- libdb.a
> `-- libdb.so -> libdb-4.3.so
>
> ==== ./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.3 ====

> checking for Berkeley DB 4.3 in /usr/local/BerkeleyDB.4.3...
> checking db43/db.h usability... no
> checking db43/db.h presence... no
> checking for db43/db.h... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb-4.3... no
> checking db43/db.h usability... no
> checking db43/db.h presence... no
> checking for db43/db.h... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb43... no
> checking db43/db.h usability... no
> checking db43/db.h presence... no
> checking for db43/db.h... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb4... no
> checking db43/db.h usability... no
> checking db43/db.h presence... no
> checking for db43/db.h... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb... no

[snip]

Well, judging by all the places Subversion says it's looking for
things, and by where you say it is on your system, I believe you
should use:

./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.3/include:/usr/
local/BerkeleyDB.4.3/lib

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 17 01:19:58 2007

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.