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
Received on Thu Apr 15 07:22:42 2004