Philip Martin [philip@codematters.co.uk] wrote:
> Mark Bainter <mark-subv@webtech.dresser.com> writes:
>
> > % db_stat -V
> > Sleepycat Software: Berkeley DB 4.1.24: (September 13, 2002)
> >
> > % ldd /usr/svn/bin/svnadmin
> > libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40146000)
> > libdb.so.2 => /usr/lib/libdb.so.2 (0x4014c000)
>
> I suspect this might be the problem.
>
> Did you follow the Subversion INSTALL file and configure Apache to use
> BDB 4?
I wondered about that when I did ldd. I did manage to miss the part
in building apache about adding those two arguments. I'm rebuilding
it again with those added in...however, I'm curious, it was my
understanding that the svnadmin command worked directly on the filesystem
and doesn't touch apache...so why would that cause this issue?
Also, that's the ldd for subversion instead of apache. And I /did/
put in the flags for which version of db to use for it so I'm not
sure why it was linked against that version at all.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 26 23:04:18 2002