You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by mcw <mc...@chsegang.com.cn> on 2004/08/19 09:24:00 UTC

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

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 worry about it ,Who can help me!
thanks

BuleFox
04-08-19

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

Posted by Steve Williams <st...@kromestudios.com>.
Check the order of module loading in httpd.conf.  mod_dav must be loaded
before mod_dav_svn.

Sly

----- Original Message ----- 
From: mcw
To: dev@subversion.tigris.org
Sent: Thursday, August 19, 2004 7:24 PM
Subject: Why I can't fire up my Apache with Subversion?


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 worry about it ,Who can help me!
thanks

BuleFox
04-08-19


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Max Bowsher <ma...@ukf.net>.
mcw wrote:
> Hi!
>  When I try to stop or start Apache2.5,a error accour:

Apache 2.5? Have you invented a time machine?

> 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

mod_dav_svn requires mod_dav be loaded first.

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org