Monday, July 24, 2006

Subversion with Apache 2.2: incorrect mod_dav_svn.so

I was trying to set up subversion's latest binary on windows (version 1.3.2) with Apache's latest version on windows (version2.2) and just couldn't get the darn thing to work. It kept on saying that it couldn't load mod_dav_svn.so even after copying the .so files from the subversion zip file.
After much wasted effort, I found that the subversion binary (1.3.2) had the .so files compiled against apache 2.0 and not 2.2.
But don't worry! It's not necessary for you to compile these. Someone else was smart enough to do it and yes, kind enough to share it :). The correct binary files for the same are posted here:

http://www.nabble.com/Windows-binaries-of-mod_dav_svn.so-and-mod_authz_svn.so-for-apache-2.2-t1221958.html
http://rapidshare.de/files/14820216/svn130_apache22_mods.zip.html

I have verified that after putting these files in apache's modules directory, subversion works fine with Apache 2.2.

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?