[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: Bruce Elrick <bruce_at_elrick.ca>
Date: 2004-08-20 05:02:12 CEST

mcw wrote:

> 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
> #
> __________________________________________________________________________________________________________________________________

As others have said, you need mod_dav loaded too:
LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 20 05:02:30 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.