RE: mod_dav_svn.so on W2K3 Server
From: <David.Seidel_at_schange.com>
Date: 2006-12-05 18:51:45 CET Thanks, DJ. I had both SVN and Apache in the system
path, but I found that the trick was to have the Apache bin directory
*preceding* the SVN bin directory. Working now!
- Dave From: "D.J. Heap" <djheap@gmail.com> [mailto:"D.J. Heap" <djheap@gmail.com>] Sent: Tuesday, December 05, 2006 12:14 PM To: "David.Seidel@schange.com" <David.Seidel@schange.com> Cc: users@subversion.tigris.org Subject: Re: mod_dav_svn.so on W2K3 Server > > Hi, > > I am trying to configure Apache 2.0.59 to work with SVN 1.4.2 (using the > pre-built binaries from svn-win32-1.4.2.zip) on a Windows 2003 Server > machine. The problem I'm running into is that when I add mod_dav_svn.so to > httpd.conf, the process fails with > > Syntax error on line 146 of D:/Apache Group/Apache2/conf/httpd.conf: > > Cannot load D:/Apache Group/Apache2/module/mod_dav_svn.so > into server: The specified module could not be found. > > > > I opened mod_dav_svn.so with Dependency Walker and the DLL is can't find is > "dwmapi.dll", which is not on the system. The same problem occurs if I look > at the module on my WinXP Pro SP2 machine. I believe that dll is new with the DotNet 3.0 framework runtime and you will see it listed as 'not found' for any binary you try to get dependencies on (notice it is delay loaded as well) -- even explorer.exe. It is probably not the cause of the load failure. Make sure all the Subversion support dll's (libdb44.dll, SSL dll's, etc) are in the SYSTEM PATH and not just your user's PATH. Or copy them all with the .so to the Apache bin or modules directory. DJ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
|
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.