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

problem with Berkley DB and apr-util

From: Kenneth Rogers <kenneth.rogers_at_gmail.com>
Date: 2006-10-10 06:32:15 CEST

Hi,

If I configure subversion 1.4.0 like so:
./configure --with-swig=/usr/bin/swig --with-swig-py
--with-apr=/usr/local/apr/bin/apr-config
--with-apr-util=/usr/local/apr/bin/apu-config
--with-berkeley-db=/usr/local/BerkeleyDB.4.4

I get this error:
configure: error: APR-UTIL was installed independently, it won't be
                        possible to use the specified Berkeley DB:
/usr/local/BerkeleyDB.4.4

if I configure it with:
./configure --with-swig=/usr/bin/swig --with-swig-py
--with-apr=/usr/local/apr/bin/apr-config
--with-apr-util=/usr/local/apr/bin/apu-config

I get this error:
configure: WARNING: we have configured without BDB filesystem support

You don't seem to have Berkeley DB version 4.0.14 or newer
installed and linked to APR-UTIL. We have created Makefiles which
will build without the Berkeley DB back-end; your repositories will
use FSFS as the default back-end. You can find the latest version of
Berkeley DB here:
  http://www.sleepycat.com/download/index.shtml

Now, I do have Berkeley DB 4.4.20 installed and in
/usr/local/BerkeleyDB4.4 and apr-util builds just fine with that
information. How can I fix this?

KR

-- 
"Linux doesn't exist." -- Kieren O'Shaghnessy (Director of SCO Australia)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 10 06:32:47 2006

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.