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