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

Re: Cannot load mod_dav_svn.so

From: Michael Muller <mmuller_at_enduden.com>
Date: 2005-08-29 13:14:03 CEST

Well, this is saying that there's a discrepancy between the what "locate" says
and what's actually on the filesystem, because this library doesn't exist at
this location. Not sure how that could have happened, but you might want to
poke around and see if you can find the file. Try this as root:

  find / -name 'libsvn_fs_base*'

And yes, you probably should install the berkeley db libraries if they are not
already installed.

Sebastien Arbogast wrote:
> > Sebastian,
> >=20
> > db_create is a berkeley DB symbol, I would check to see where the library=
> is
> > loading the berkeley DB libraries from. Run "ldd" on libsvn_fs_base-1.so=
> .0.
>
> OK. I tried to run ldd and here is what I got, but I don't know how to
> interpret it (I'm a beginner with Linux) :
>
> [root@epseelon root]# locate libsvn_fs_base-1.so.0
> /usr/lib/libsvn_fs_base-1.so.0.0.0
> /usr/lib/libsvn_fs_base-1.so.0
> [root@epseelon root]# ldd libsvn_fs_base-1.so.0
> ldd: ./libsvn_fs_base-1.so.0: No such file or directory
> [root@epseelon root]# ldd /usr/lib/libsvn_fs_base-1.so.0
> ldd: /usr/lib/libsvn_fs_base-1.so.0: No such file or directory
>
> Does it mean that I should install Berkeley DB libraries first ?
>
> --=20
> S=E9bastien Arbogast
> Blog : http://www.sebastien-arbogast.com
> The Epseelon Project : http://www.epseelon.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

=============================================================================
michaelMuller = mmuller_at_enduden.com | http://www.mindhog.net/~mmuller
-----------------------------------------------------------------------------
We are the music-makers, and we are the dreamers of dreams
 - Arthur O'Shaughnessy
=============================================================================

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 29 13:20:39 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.