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

Failed to load module for FS type 'fsfs'

From: T. Wassermann <mail_at_tobias-wassermann.de>
Date: 2006-06-06 11:22:27 CEST

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
Received on Tue Jun 6 11:23:47 2006

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.