You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kenneth Rogers <ke...@gmail.com> on 2006/10/10 04:32:15 UTC

problem with Berkley DB and apr-util

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