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

Error in mod_dav_svn.so with 1.0.1

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2004-04-07 23:58:11 CEST

I downloaded the latest RPMs for RedHat 9 from summersoft and installed them
as I have done for every build from 0.24 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: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 7 23:58:53 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.