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

Re: Error in mod_dav_svn.so with 1.0.1

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-04-15 11:39:26 CEST

It appears that you don't have mod_dav loaded. Check your configuration and
make sure you have the following lines in your httpd.conf file:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so

That should fix your problem.

-John

On Thursday 15 April 2004 01:21, Steve Williams wrote:
> I sent this to users@ and got no response. I need some sort of clue as to
> where to look to fix this as I have absolutely no idea, so I would be
> grateful for any assistance.
>
> Sly
>
> ----- Original Message -----
> From: "Steve Williams" <stevewilliams@kromestudios.com>
> To: "SVN Users" <users@subversion.tigris.org>
> Sent: Thursday, April 08, 2004 7:58 AM
> Subject: Error in mod_dav_svn.so with 1.0.1
>
> > I downloaded the latest RPMs for RedHat 9 from summersoft and installed
>
> them
>
> > as I have done for every build from 0.24 through to 0.37
> >
> > rpm -Uvh *.rpm
> >
> > Now httpd won't start and it gives this error:
> >
> > Syntax error on line 1 of /etc/httpd/conf.d/subversion.conf:
> > Cannot load /etc/httpd/modules/mod_dav_svn.so into server:
> > /etc/httpd/modules/mod_dav_svn.so: undefined symbol: dav_xml_get_cdata
> >
> > /etc/httpd/conf.d/subversion.conf contains this (basically a copy from
> > the docs)
> >
> > LoadModule dav_svn_module modules/mod_dav_svn.so
> >
> > <Location /repos>
> > DAV svn
> > SVNParentPath /var/repos
> >
> > # Limit write permission to list of valid users.
> > <LimitExcept GET PROPFIND OPTIONS REPORT>
> > # Require SSL connection for password protection.
> > # SSLRequireSSL
> >
> > AuthType Basic
> > AuthName "Subversion Repository"
> > AuthUserFile /etc/svn-auth-file
> > Require valid-user
> > </LimitExcept>
> > </Location>
> >
> > The RPMs are dated March 13. mod_dav_svn.so in /etc/httpd/modules is
>
> dated
>
> > March 13. What can I do to fix this? Note that I am Linux newbie, so I
> > will need baby steps.
> >
> > Sly
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 15 11:42:59 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.