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

Win32: mod_dav_svn.so not found on Windows?

From: Damien McKenna <dmckenna_at_thelimucompany.com>
Date: 2004-10-13 18:25:50 CEST

I've installed SVN 1.1.0 on my Windows 2000 server along side Apache
2.0.52. I've added the following lines to the httpd.conf:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so

and

<Location /svn>
  DAV svn
  SVNParentPath "C:/TLC/Technology/SubversionData"
</Location>

When I start the Apache service I get the following message:

The Apache service named reported the following error:
>>> Syntax error on line 146 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf: .

and

The Apache service named reported the following error:
>>> Cannot load C:/Program Files/Apache
Group/Apache2/modules/mod_dav_svn.so into server: The specified module
could not be found. .

Line 146 is the mod_dav_svn line so following the FAQs and copied over
some DLLs, then used DependencyWalker and discovered it needed also
needed libhttpd.dll, so I copied that to the modules directory and
restarted - DependencyWalker was ok this time but Apache still failed.

The Apache error logs don't say anything despite being set to debug mode.

Would anyone have any suggestions on what to try next? I'm getting
kind-of lost here but _really_ want to get it working.

Thanks.

-- 
*Damien McKenna* - Web Developer - dmckenna@thelimucompany.com 
<mailto:dmckenna@thelimucompany.com>
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
"Nothing endures but change." - Heraclitus
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 13 18:26:19 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.