On 12/5/06, David.Seidel@schange.com <David.Seidel@schange.com> wrote:
>
> 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
Received on Tue Dec 5 18:14:27 2006