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

Re: apr-utils/bdb problem

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Mon, 14 Apr 2008 15:45:56 -0500

On Apr 14, 2008, at 2:36 AM, Kate Yoak wrote:

> 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.

Odd... I didn't think BerkeleyDB made any use of apr-util. In the
MacPorts package manager, at least, the db46 port does not list any
dependencies.

> 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?

Do you really want to use BerkeleyDB-based repositories? They are not
the default anymore and unless you have a specific need for them you
can do without them and instead use FSFS-based repositories, which is
the default since Subversion 1.2. Just configure subversion --without-
berkeley-db.

---------------------------------------------------------------------
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 22:46:22 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.