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

Re: Why I can't fire up my Apache with Subversion?

From: mcw <mcw_at_chsegang.com.cn>
Date: 2004-08-20 04:46:36 CEST

Hi!
  When I try to stop or start Apache2.5,a error accour:
----------------------------------------------------------------------------------------------------------------------------
[root@svn root]# /usr/local/apache2/bin/apachectl stop
Syntax error on line 232 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
---------------------------------------------------------------------------------------------------------------------------------
My OS is Redhat Linux 8.0,Apache version 2.5
I'm sure that build mod_dav static.

That's line 221-232 of httpd.conf below:
_______________________________________________________________________________________________________________________________
#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
#
__________________________________________________________________________________________________________________________________



I'm worry about it ,Who can help me!
thanks
Received on Fri Aug 20 04:44:53 2004

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.