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

Re: Cannot start Apache 2 with mod_authz_svn.so.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-21 18:46:09 CEST

"Bert Slagter" <bert@procurios.nl> writes:

> Syntax error on line 231 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_authz_svn.so into server:
> /usr/local/apache2/modules/mod_authz_svn.so: undefined symbol:
> dav_svn_split_uri
>
> When I remove the line "LoadModule authz_svn_module
> modules/mod_authz_svn.so" apache starts without a problem.

Reverse the load order of mod_dav_svn and mod_authz_svn modules.
mod_dav_svn must be loaded first.

...is this a bug in our 'make install'? For a fresh installation,
does the 'LoadModule mod_authz_svn' get added to httpd.conf *after*
the mod_dav_svn line?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 21 18:48:05 2003

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.