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

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

From: Thor Heinrichs-Wolpert/MAXIMUS BC <thor.wolpert_at_maximusbc.ca>
Date: 2005-07-12 06:04:53 CEST

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
Received on Tue Jul 12 06:06:30 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.