You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Thor Heinrichs-Wolpert/MAXIMUS BC <th...@maximusbc.ca> on 2005/07/12 04:04:53 UTC

Getting " Failed to load module for FS type 'bdb'" on FSFS only setup

I have compiled and installed SVN v 1.2.1 without BDB.

I can create a repository:
    svnadmin create /usr/local/svn/repos --fs-type fsfs

And I can add, update, commit, etc. from the command line:
    svn .... file:///usr/local/svn/repos

When I try and access the repository via Apache 2 I get the following in my
log files:
Could not open the requested SVN filesystem  [500, #2]
(20014)Error string not specified yet: Failed to load module for FS type
'bdb'

Why is it looking for BDB?  The ./configure output suggests that it will
build and work fine without BDB at all.

I don't see anything in the archives, nor a switch to tell the web mod that
the repo is FSFS, although the client utilities seem to know it correctly.

Can anyone point me in the right direction, or do I need to install BDB even
though I don't intend on using it.

Thanks,
Thor HW