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

LoadModule order bug in svn installation (tiny)

From: <a314159_at_comcast.net>
Date: 2003-07-08 21:29:13 CEST

Hi Subversives:

Thanks for all the work in developing subversion. I'm about to try it out at
work and convert the current RCS junkies to svn.

In the default svn 0.24.2 install on Sol9, the httpd.conf file gets the
following:

LoadModule authz_svn_module modules/mod_authz_svn.so
LoadModule dav_svn_module modules/mod_dav_svn.so

which causes a symbol not found error when mod_authz_svn looks for a symbol in
mod_dav_svn. Reversing the order fixes the problem.

Dave S.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 8 23:55:17 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.