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

Re: undefined symbol: dav_xml_get_cdata

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-11-22 14:13:30 CET

On 11/22/06, Ronan Lucio <ronan@tiper.com.br> wrote:
> Ryan,
>
> Ryan Schmidt escreveu:
> > You also need mod_dav.
> >
> > http://svn.haxx.se/users/archive-2006-11/0351.shtml
>
> The problem is that it´s already installed:
>
> # rpm -qa | grep dav
> mod_dav_svn-1.4.0-1
>
> # service httpd restart
> Stopping httpd: [FAILED]
> Starting httpd: Syntax error on line 2 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
> [FAILED]

What he said is 'mod_dav' and he meant it. Looking at your grep
output, there is at least no package called 'mod_dav' installed on
your system. Is there a LoadModule line for 'mod_dav' in your httpd
configuration files?

HTH,

Erik
PS: If you didn't understand yet: mod_dav is a DAV plugin module for
HTTPD, mod_dav_svn is a plugin into mod_dav.
Received on Wed Nov 22 14:14:24 2006

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.