[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: Ryan Bond <ryan.bond_at_perfectorder.com>
Date: 2004-11-10 20:09:30 CET

That was it. I had some old libraries from a previous subversion rpm
install. I took the following actions to correct the problem:

1) removed the subversion-devel 1.0 rpms
2) cleaned the old /usr/lib/ svn libraries
3) ran 'make install'

httpd started just fine and loaded the svn/dav modules.

Thanks to all that replied.

-Ryan

On Wed, 2004-11-10 at 02:54, Ben Collins-Sussman wrote:
> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 10 20:10:17 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.