[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: Fletcher Cocquyt <fcocquyt_at_stanford.edu>
Date: 2005-07-05 06:44:53 CEST

/opt/httpd-svn/bin/apu-config --db-version

4

but ldd shows httpd & mod_dav_svn may be using the subversion libapr which
returns:
god@irt-web-04:apr 9:41pm 172 #
/usr/local/stow/subversion-1.2.0/bin/apu-config --db-version
0

What is the recommended way to specify the db version for apr?

Getting closer,
Thanks!

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Fletcher Cocquyt
Data Center Services

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Monday, July 04, 2005 5:13 PM
To: Fletcher Cocquyt
Cc: users@subversion.tigris.org
Subject: Re: svn: Can't close activity db: Error string not specified yet

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 5 06:46:33 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.