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

setup issue with svn1.4.6 and apache2.2

From: buzlite hotmail <buzlite001_at_hotmail.com>
Date: Thu, 21 Feb 2008 09:04:58 -0500

I copied all the .dll files from the c:\svn1.4.6\bin to C:\apache2_root\modules as you suggested. Now the error message I got when trying to start httpd is ....

httpd.exe: Syntax error on line 127 of C:/apache2_root/conf/httpd.conf:
API module structure 'dav_svn_module' in file C:/apache2_root/modules/mo
d_dav_svn.so is garbled - expected signature 41503232 but saw 41503230 - perhaps
 this is not an Apache module DSO, or was compiled for a different Apache versio
n?
Note the errors or messages above, and press the <ESC> key to exit. 27...

Any suggestions?
Thanks
Date: Thu, 21 Feb 2008 06:40:54 -0500
From: njbrad007_at_optonline.net
Subject: Re: setup issue with svn1.4.6 and apache2.2
To: buzlite001_at_hotmail.com
CC: users_at_subversion.tigris.org

  

buzlite hotmail wrote:

  The error message I got from my setup seems to be quite
popular amongst this mailing list. Unfortunately, I haven't found an
post that could help me out.

  

I'm running windowsXP with SP2

  

downloaded
http://subversion.tigris.org/files/documents/15/41077/svn-win32-1.4.6.zip

installed Apache 2.2.8

as per instruction specified in TortoiseSNV help file.

copied mod_dav_svn.so, mod_authz_svn.so, libdb44.dll from the svn
download into c:\apache2_root\modules

modified c:\apache2_root\conf\httpd.conf as follows...

    -enable loading of above modules.

  

        LoadModule dav_module modules/mod_dav.so

        LoadModule dav_fs_module modules/mod_dav_fs.so

  

    -added the following.

  

        LoadModule dav_svn_module modules/mod_dav_svn.so

        LoadModule authz_svn_module modules/mod_authz_svn.so

  

  

    -added the <location> block as appropriate.

  

        <Location /svn>

        DAV svn

        SVNListParentPath on

        SVNParentPath C:\my\svn\repos

        AuthType Basic

        AuthName "Subversion repositories"

        AuthUserFile my-svn-passwd

        #AuthzSVNAccessFile svnaccessfile

        Require valid-user

        </Location>

  

  

when i started the apache httpd, i get the following message...

  

httpd.exe: Syntax error on line 127 of C:/apache2_root/conf/httpd.conf:

Cannot load C:/apache2_root/modules/mod_dav_svn.so into server: The spec

ified module could not be found.

Note the errors or messages above, and press the <ESC> key to
exit. 27...

  

  

I checked the apache logs. there's were not helpful messages to help me
with this problem.

  

   
In the past I've copied all of the .dll files from the SVN bin folder
to the modules folder.

Updated docs would save some frustration...

_________________________________________________________________
Received on 2008-02-21 15:05:22 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.