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

RE: Cannot load module in Apache on XP

From: Arild Fines <arild.fines_at_broadpark.no>
Date: 2003-03-20 03:24:43 CET

> -----Original Message-----
> From: Paul Wolstenholme [mailto:wolstena@sfu.ca]
> I apologize in advance for this dumb question. I'm new to subversion.
> I've just installed Apache 2.0.44 on XP. I have enabled the webdav
> module and apache runs. I've copied the mod_dav_svn.so file into the
> apache modules directory and added:
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
>
> to the httpd.conf file. Apache will not start and there is no error in
> the error log file unless I remove the loadmodule line, start the
> server, add the line back in and restart the server. Here are the
> errors:
>
> [Wed Mar 19 14:09:06 2003] [notice] Parent: Received restart signal --
> Restarting the server. Syntax error on line 148 of C:/Program
> Files/Apache Group/Apache2/conf/httpd.conf:
> Cannot load C:/Program Files/Apache
> Group/Apache2/modules/mod_dav_svn.so into server: The specified module
> could not be found.

It probably cannot find the Berkeley DB dll's. Make sure they are in the
path or in the same dir as the .so.

I have found Dependency Walker[1] very useful for diagnosing these kinds of
problems.

[1] http://www.dependencywalker.com/

--
Arild
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 20 03:25:13 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.