delorie.com/archives/browse.cgi | search |
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: | <AANLkTimFqEzVcbuax0QsuWFxC2z61OuFWO2ZtQqQeYKb@mail.gmail.com> |
Subject: | Problem with subversion-apache2 |
From: | Dragos Toader <dragos DOT toader AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |