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

Re: Starting Apache as Service for Subversion on Windows 2000

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-09-02 23:30:25 CEST

On 2004-09-02 16:13-0500, Bob Jacoby wrote:

> This issue relates to an earlier email sent to this list a little
> more than a year ago which received no response
> http://subversion.tigris.org/servlets/ReadMsg?list=users&msgId=280124.
>
> I have the same problem with apache 2.0.50 and subversion 1.0.6
> win32 installer (svn-1.0.6-setup.exe) on Windows 2000 w/ SP4. I load
> the modules and set up the location as indicated via the Subversion
> book:
>
> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_svn_module modules/mod_dav_svn.so
>
> <Location /svn>
> DAV svn
> # any "/svn/foo" URL will map to a repository /repos/foo
> SVNParentPath /repos
> </Location>
>
> When I attempt to start apache as a service via the Apache Service
> Monitor I get an error. From the Event Logs I get:
>
> 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. .
>

IIRC, This is due that Apache service can't find libraries for
mod_dav_svn. Try put your SVN's *.so modules directory to the PATH
variable.

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 2 23:30:51 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.