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

Re: svn: Can't close activity db: Error string not specified yet

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-05 02:13:04 CEST

On Jul 4, 2005, at 5:43 PM, Fletcher Cocquyt wrote:

> Ok, I took NFS out of the equation (made a local copy of the repo)
> and the
> same error persists.
>
> Truss -f of the apache instance does not show a call to open an
> "activities.db" - my repo dav dirs only have a activities.pag and
> activities.dir files - no db file.
>
> Ldd shows the mod_dav_svn is linked to the libapr from
> subversion-1.2.0 and
> it in turn is
> ldd /usr/local/lib/libaprutil-0.so.0
> libc.so.1 => /lib/libc.so.1
> libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
> libdl.so.1 => /lib/libdl.so.1

So perhaps libaprutil didn't link against *any* dbm at all, not
Berkeley, not dbm, not gdbm...

If so, that's bad, it means mod_dav_svn is missing a chunk of
apr_dbm_ API calls that it needs.

Try running /usr/local/apache2/bin/apu-config --db-version, to see
what it may have found. But that ldd line above is pretty grim,
indicating to me that you need to rebuild apr-util to use some dbm.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 5 02:15:51 2005

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.