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

RE: Subversion+Apache mod_dav_svn/mod_authz_svn Issues

From: Chris Struble <subscriber_at_onstance.com>
Date: Tue, 4 Aug 2009 14:58:58 -0700 (PDT)

I'm having the same error, apparently from a different cause...

After following the svn install instructions, Apache can't start, choking on mod_dav_svn.so and mod_authz_svn.so. (If I comment both these lines, apache starts ok.)

Apache error log message:
httpd.exe: Syntax error on line 115 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_dav_svn.so into server: The specified module could not be found.

httpd.conf:
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

Apache version 2.2.11
svn version 1.6.3, installed via msi installer. (I also tried grabbing the .so files from the zip, but that didn't help)

Yes, the .so files are in the /modules/ directory.

Any help immensely appreciated!!

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380202

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-05 00:00:25 CEST

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.