I've done a Windows Server 2000 test installation of Apache 2.0.52 and
Subversion 1.1.1. I got everything working fine. My production
server arrived and I've repeated the installation under Windows Server
2003. Apache now fails to start, writing to the application event log
one of the following 2 entries:
The Apache service named reported the following error:
>>> Cannot load C:/Apache2/modules/mod_dav_svn.so into server: The
specified module could not be found.
---OR---
The Apache service named reported the following error:
>>> Cannot load C:/Apache2/modules/mod_authz_svn.so into server: The
specified module could not be found.
C:/Apache2/modules is where all the modules are stored.
My httpd.conf contains these LoadModule statements:
LoadModule authz_svn_module modules/mod_authz_svn.so
LoadModule dav_svn_module modules/mod_dav_svn.so
I've tried reversing the order of these two LoadModule lines.
Whichever module is loaded first in the module reported as not being
found. All the other modules load, so I'm stumped. Does the event
log message "The specified module could not be found" really mean it
wasn't found, or can it also mean that the module could not be
successfully loaded and initialized. Maybe I've got a DLL dependency
somehow not satisfied? I've installed Subversion into c:\Program
Files\subversion and c:\Program Files\subversion\bin is on my system
PATH.
Thanks,
-Mike Kelley
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 17 08:58:52 2004