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

RE: Problem upgrading to Subversion 1.6.15 on Apache 2.0.64 / or on Apache 2.2.17

From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Mon, 7 Feb 2011 15:04:49 -0000

> -----Original Message-----
> From: RIBEIRO Philippe (i-BP)
> Sent: 07 February 2011 13:47
> To: users_at_subversion.apache.org
> Subject: TR: Problem upgrading to Subversion 1.6.15 on Apache
> 2.0.64 / or on Apache 2.2.17
>
> Hello,
>
> Our machine is a Windows Server with :
> - Windows Server 2003 SP2
> - Subversion 1.4.3 (installed with svn-1.4.3-setup.exe)
> - Apache 2.0.59 (installed with apache_2.0.59-win32-x86-no_ssl.msi)
>
> And it works very well !
>
> I want to upgrade to last stable version of Subversion (1.6.15) and
> last stable version of Apache 2.0 (2.0.64).
>
> 1 ) I uninstall Apache 2.0.59, and suppress Apache installation from
> disk
> 2 ) I uninstall Subversion 1.4.3, and suppress Subversion
> installation from disk
> 4 ) I install Subversion 1.6.15 (installed with
> Setup-Subversion-1.6.15.msi)
> 3 ) I install Apache 2.0.64 (httpd-2.0.64-win32-x86-no_ssl.msi)
> 4 ) I copy mod_dav_svn.so and mod_authz_svn.so from subversion
> installation/bin to Apache Installation\modules
>
> 5 ) I add the 2 lines in httpd.conf :
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
> 6 ) I remove character # from httpd.conf :
> #LoadModule dav_module modules/mod_dav.so
> #LoadModule dav_fs_module modules/mod_dav_fs.so
>
> When I restart Apache Service, I have the following message :
> Syntax error on line 174 of
> D:\Apache Group\Apache2\conf\httpd.conf:
> API module structure 'dav_svn_module' in file
> D:\Subversion\bin\mod_dav_svn.so is garbled - expected
> signature 41503230 but saw 41503232 - perhaps this is
> not an Apache module DSO, or was compiled for a
> different Apache version ?
>
> Remark1 : I tried to install last version of Apache 2.2 (2.2.17)
> with httpd-2.2.17-win32-x86-no_ssl.msi, instead of
> Apache 2.0.64. I have the same problem.
> Remark2 : There are many articles on forums, but no-one gives
> me a correct procedure.
>
> I've been trying many things for 2 days and it doens't still work. I
> would be very grateful to you for helping me.
>
> Thank you very much.
>
> P. RIBEIRO
> Philippe RIBEIRO
>
I have svn running on Win Server 2003 using the latest apache 2.2
(albeait the SSL version). You don't say where you are getting your
binaries from, I used httpd from the official apache site and the svn
binaries from alagzam.net. Have you checked the version number of
mod_dav_svn using windoze explorer and does it match the ones from your
svn folder?

Also, as a thought, it's not a terminal server is it? If so, how are
you accessing it and did you turn off per-user installs?

As to your procedure, I would install apache before subversion but
otherwise I cannot see anything obviously wrong. Hang on a mo, the
error message gives the path "D:\Subversion\bin\mod_dav_svn.so" ~ why is
apache trying to load modules from there?

~ mark c
Received on 2011-02-07 16:05:32 CET

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.