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

undefined symbol: dav_xml_get_cdata

From: Ronan Lucio <ronan_at_tiper.com.br>
Date: 2006-11-21 20:54:39 CET

Hi,

So Iīm trying to install subversion-1.4.0 in a CentOS-4.4

I downloaded the packages from summersoft.fay.ar.us as a Davidīs tip
and install the RPMīs

# rpm -Uvh apr-0.9.12-1.i386.rpm
# rpm -Uvh apr-util-0.9.12-1.i386.rpm
# rpm -ivh mod_dav_svn-1.4.0-1.i386.rpm
# rpm -ivh subversion-1.4.0-1.i386.rpm

# rpm -qa | egrep "(apr|subversion|dav|httpd-2)"
subversion-1.4.0-1
mod_dav_svn-1.4.0-1
httpd-2.0.52-28.ent.centos4
apr-util-0.9.12-1
apr-0.9.12-1

After that I configured the file /etc/httpd/conf.d/subversion.conf
uncommenting the LoadModule (dav_svn_module and authz_svn_module)
lines and altering de <Location> values.

So I restarted Apache:

# service httpd restart

And it failed:

Startind 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]

Any help would be appreciated,
Ronan

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