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

apr-utils/bdb problem

From: Kate Yoak <kate_at_yoak.com>
Date: Mon, 14 Apr 2008 00:36:45 -0700

I am trying to make heads and tails of what subversion would like me
to do with my apr-utils with no luck.

While running configure for subversion-1.4.6, I get
You don't seem to have Berkeley DB version 4.0.14 or newer
installed and linked to APR-UTIL.

Doing --with-berkeley-db=/usr/local/BerkeleyDB.4.6/ doesn't help. It
tells me that apr-utils was installed independently, which makes sense.

I recompiled apache httpd-2.2.6 with the following:

./configure --enable-layout=RedHat --enable-module=so --enable-dav --
enable-dav-fs --enable-dav-lock --with-berkeley-db=/usr/local/
BerkeleyDB.4.6/

That seems to have worked fine but it doesn't solve the problem.

I have added /usr/local/BerkeleyDB.4.6/lib to ld.so.conf and ran
ldconfig prior to recompiling both httpd and svn. No good.

Here are libapr's I have on the system:

/usr/lib/libapr-1.a
/usr/lib/libapr-1.la
/usr/lib/libapr-1.so
/usr/lib/libapr-1.so.0
/usr/lib/libapr-1.so.0.2.11

/usr/lib/libaprutil-1.a
/usr/lib/libaprutil-1.la
/usr/lib/libaprutil-1.so
/usr/lib/libaprutil-1.so.0
/usr/lib/libaprutil-1.so.0.2.11

All that seems to make sense. There is only one version of BDB - 4.6.

And the whole thing resides on Fedora Core 8.

Any other suggestions for something I might try?
Thanks for your help!
Kate

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-14 17:08:59 CEST

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.