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

Re: ap_get_module_config

From: David Kimdon <dwhedon_at_debian.org>
Date: 2002-11-03 17:38:02 CET

Sun, Nov 03, 2002 at 02:24:48PM +0100 wrote:
> Now. When I try to start apache2 I get:
>
> Cannot load /etc/httpd/2.0/extramodules/mod_dav_svn.so into server:
> /etc/httpd/2.0/extramodules/mod_dav_svn.so: undefined symbol:
> ap_get_module_config

Hi,

I expect this is because subversion is configured with
--enable-maintainer-mode and apache2 isn't. In one case
ap_get_module_config() is a macro, in the other a function. Take a
look in http_config.h and search for ap_set_module_config() to get the
whole story.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 3 17:31:12 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.