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

Re: Apache 2 (current CVS) won't load

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-22 17:16:13 CEST

Sebastian Bergmann <lists@sebastian-bergmann.de> writes:

> wopr-mobile:/home/sb # /usr/local/apache2/bin/apachectl start
> Syntax error on line 231 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server:
> /usr/local/apache2/modules/mod_dav_svn.so:
> undefined symbol: dav_xml_get_cdata

That symbol is defined in mod_dav

$ nm httpd-2.0/modules/dav/main/util.o | grep dav_xml_get_cdata
00000554 T dav_xml_get_cdata

You need to configure apache with --enable-dav, and load the mod_dav
module if it is shared.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 22 17:18:14 2002

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.