You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "T. Wassermann" <ma...@tobias-wassermann.de> on 2006/06/06 09:22:27 UTC

Failed to load module for FS type 'fsfs'

Hi,

i've an Apache-Setup like this:

[System: debian sarge, Kernel: 2.6.15.1, Apache: self-compiled 2.2.2]
[mod_dav is static, apache compiled with --enable-so, so shared objects 
should be loadable]

LoadModule dav_svn_module     modules/mod_dav_svn.so

The mod_dav_svn.so is in the modules-directory of the apache-installation

<Location /svn>
  DAV svn
  SVNPath /home/subversion/testproject
</Location>

The repository-directory in the filesystem:

drwxrwxrwx   7 root       daemon 4096 May  6 22:00 testproject

When I try to access the repository via http i get:

<m:human-readable errcode="160033">
Could not open the requested SVN filesystem
</m:human-readable>

And in the apache-errorlog:

[Tue Jun 06 11:13:58 2006] [error] (20014)Internal error: Failed to load 
module for FS type 'fsfs'
[Tue Jun 06 11:13:58 2006] [error] Could not fetch resource 
information.  [500, #0]
[Tue Jun 06 11:13:58 2006] [error] Could not open the requested SVN 
filesystem  [500, #160033]
[Tue Jun 06 11:13:58 2006] [error] Could not open the requested SVN 
filesystem  [500, #160033]

If I try the same with an bdb-repos, the message will be

...Failed to load module for FS type 'bdb'...

What could be wrong?

Best regards


Tobias Wassermann

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org