X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,TW_SV,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Thu, 29 Jul 2010 14:48:23 -0700 Message-ID: Subject: Problem with subversion-apache2 From: Dragos Toader To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com The problem has to do with package subversion-apache 2 1.6.12-2 My apache2 daemon crashes when I try to start it after adding LoadModule authz_svn_module lib/apache2/mod_authz_svn.so to /etc/apache2/httpd.conf /var/log/apache2/error_log reports 7424725 [main] httpd2 1000 C:\cygwin\usr\sbin\httpd2.exe: *** fatal error - unable to remap \\?\C:\cygwin\lib\apache2\mod_authz_svn.so to same address as parent: 0xC70000 != 0xF10000 Looking in /lib/apache2/, I noticed that every module has 3 types of files: *.la, *.so, *.dll.a However, only the following 2 files exist for mod_authz_svn /lib/apache2/mod_authz_svn.la /lib/apache2/mod_authz_svn.so The missing file is /lib/apache2/mod_authz_svn.dll.a Looking at /lib/apache2/mod_authz_svn.la I see that the library_names='mod_authz_svn.so' This does not seem right as library_names is usually assigned a .dll.a file name i.e. in mod_authz_user.la library_names='mod_authz_user.dll.a' Can anyone remedy this? Thanks, Dragos Toader -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple