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

BerkeleyDB4.2 not looked for in build?

From: Robert Guthrie <rguthrie_at_pobox.com>
Date: 2004-02-25 23:31:43 CET

I'm trying to compile subversion 1.0.0 on and AIX at work, and after
installing the Berkeley DB, v 4.2 in a custom location, I ran:

./configure --with-berkeley-db=/my/custom/dir/subversion/BerkeleyDB.4.

And when it errored out because it couldn't find BerkeleyDB.1, it
scrolled up to find that it had never attempted to find version 4.2, as
shown in this snippet of the configure output:

checking for ldap support...
checking gdbm.h usability... no
checking gdbm.h presence... no
checking for gdbm.h... no
checking checking for Berkeley DB 4.1 in
/home/postproc/src/src_c/subversion/BerkeleyDB.4.2...
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

And I copied and pasted the real path (edited here for brevity) and
checked that it didn't have any typos in it:

> ls /my/custom/dir/subversion/BerkeleyDB.4.2/
bin/ docs/ include/ lib/

So, what am I missing? Let me know if you want more details.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 25 23:31:23 2004

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.