Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 82080 invoked from network); 24 Jun 2005 19:11:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jun 2005 19:11:01 -0000 Received: (qmail 76269 invoked by uid 500); 24 Jun 2005 19:10:59 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 76012 invoked by uid 500); 24 Jun 2005 19:10:57 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 75800 invoked by uid 99); 24 Jun 2005 19:10:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2005 12:10:56 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FORGED_RCVD_HELO,FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of doink123@abv.bg designates 194.153.145.66 as permitted sender) Received: from [194.153.145.66] (HELO ns2.netinfo.bg) (194.153.145.66) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2005 12:10:55 -0700 Received: from webmail.gyuvetch.bg (app2.ni.bg [192.168.151.19]) by ns2.netinfo.bg (Postfix) with SMTP id E50256B039 for ; Fri, 24 Jun 2005 22:08:01 +0300 (EEST) Received: (qmail 7020 invoked from network); 24 Jun 2005 19:04:17 -0000 Received: from app2.ni.bg (192.168.151.19) by webmail.gyuvetch.bg with SMTP; 24 Jun 2005 19:04:17 -0000 Message-ID: <1423332566.1119639857540.JavaMail.nobody@app2.ni.bg> Date: Fri, 24 Jun 2005 22:04:17 +0300 (EEST) From: Nick *** To: gozer@ectoplasm.org Subject: Re: The final patch needed for mp2 to build on Cygwin Cc: dev@perl.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 8bit X-Mailer: AbvMail 1.0 X-Originating-IP: 83.148.107.176 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N >>Well, it's nice to have it, because later we might need some checking >>or guessing for httpd2core's path (when it's not installed in the default location). Currently we don't need it, so I guess you are right. >>I'm removing it. > >>This is the modified patch: > >Wait Philippe! Don't commit the patch. >My solution to the mod_perl.dll -> mod_perl.so is not a good one, >because Apache2::* need mod_perl.dll. >I'll find another way to do it. Sorry for wasting your time. >I'll supply a modified patch as soon as possible. Well Philippe, I need some help here. As I said before, the problem is that ld2 (or perlld) creates mod_perl.dll, although we give mod_perl.so as an argument. My solution in the previous patch (with the renaming right after mod_perl.dll is created) works partially. mod_perl.so loads without errors on server startup at which point I though it works, but the Apache2::* modules are looking for mod_perl.dll and that's where it fails. At first, I was thinking for a solution based on sed. For example if it's possible to catch the command generated by perlld, change mod_perl.dll to mod_perl.so and then execute. But I don't think it's possible. Or is it? Anyway, it's too complicated. My second solution is not to use ld2. I'll change the actual Makefile commands to use the ones generated by ld2. But is it a mistake not to use ld2? Any other suggestions? ----------------------------------------------------------------- http://bg.sportingbet.com - ��������� �� Wimbledon �� ����! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org