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

Re: apache will not start

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-10 08:54:11 CET

On Nov 9, 2004, at 1:36 PM, Ryan Bond wrote:
>
> Starting httpd: Syntax error on line 198 of /etc/httpd/conf/httpd.conf:
> Cannot load /etc/httpd/modules/mod_dav_svn.so into server:
> /etc/httpd/modules/mod_dav_svn.so: undefined symbol:
> svn_repos_fs_revision_proplist
>

This is a new function in 1.1. That means that you have a 1.1
mod_dav_svn.so module, looking for 1.1 svn libraries, but apparently
finding 1.0 libraries instead.

P.S. There's no such thing as "mod_dav_svn_fs". There's plain old
mod_dav, and it has two back-ends: mod_dav_fs and mod_dav_svn.
mod_dav_fs does WebDAV in a normal filesystem -- no subversion at all.
mod_dav_svn speaks to a subversion repository. The repository itself
could be using either BDB or FSFS internally; there's no way for
mod_dav_svn to know which it is. That detail is hidden from the
repository accessor.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 10 08:56:08 2004

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.