Cannot load modules/mod_dav_svn.so into server

Started by aagarwal, July 20, 2017, 04:13:13 AM

Previous topic - Next topic

aagarwal

I am trying to setup SVN with Apache 2.4 as the front end server on Windows Server 2012 R2 updated with latest updates installed.

Here are the packages I downloaded and setup.

>> httpd-2.4.27-x64-vc14.zip
>> mod_svn-1.9.5-ap24-x64.zip

I have copied svn bin and modules dir to apache24> bin and modules.

I have followed the read me file to setup configuration and for now just added "load modules..." setup only. I have not yet setup SVN repos on the server.

LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so

LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

I get the following error when I try running apache 2.4 as a window service. If I comment out the svn modules, then apache runs successfully.

The Apache service named  reported the following error:
>>> httpd.exe: Syntax error on line 188 of C:/Apache24/conf/httpd.conf: Cannot load modules/mod_dav_svn.so into server: The specified module could not be found. 


Do I need to setup SVN repo and finish configuration of Apache before trying to run the httpd.exe or should this service run without svn setup on the server?

Please help

Thanks

Abhishek

mario

#1
That is the wrong VC version. However Jan-E has made new builds that will load into your apache see https://forum.apachehaus.com/viewtopic.php?t=7675&postdays=0&postorder=asc&start=0

If you still have a problem please ask again. Let us also know if it works!

aagarwal

I downloaded https://phpdev.toolsforresearch.com/mod_svn-1.9.6-ap24-x64-vc14.zip and updated the modules and bin from this version into my Apache24 folders and Apache24 window service ran successfully. Also When I did httpd -M on the console, it showed that svn modules got loaded.

Awesome Thanks a lot Mario.... Appreaciate it so much.