Return-Path: Mailing-List: contact modperl-help@apache.org; run by ezmlm Delivered-To: mailing list modperl@apache.org Received: (qmail 1944 invoked from network); 7 Mar 2000 02:30:12 -0000 Received: from adsl-216-103-208-11.dsl.snfc21.pacbell.net (HELO mojo.covalent.net) (216.103.208.11) by locus.apache.org with SMTP; 7 Mar 2000 02:30:12 -0000 Received: from localhost (dougm@localhost) by mojo.covalent.net (8.8.8/8.8.8) with ESMTP id SAA01160; Mon, 6 Mar 2000 18:26:35 -0800 X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs Date: Mon, 6 Mar 2000 18:26:35 -0800 (PST) From: Doug MacEachern X-Sender: dougm@mojo.covalent.net To: Jens-Uwe Mager cc: modperl@apache.org Subject: Re: Errors while installing Apache::Request In-Reply-To: <20000307022250.A55208@ans.helios.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Tue, 7 Mar 2000, Jens-Uwe Mager wrote: > There is one other loose end that I would like to take care about, namely > my small patch needed to the base perl 5.005_3 for AIX distribution that > fixes a problem that symbols are not properly resolved if mod_perl is a > DSO itself (the original loader assumed it is always in the main > executable). Would it be possible to put that into the INSTALL document > anywhere? I will need to get that into later perl releases as well, but > it will hit mostly folks installing mod_perl so a hint in the INSTALL > file would be fine. i'd be happy to have a note in the INSTALL file, maybe even include the patch (or url to it), along with adding to system_sanity_check() in Makefile.PL that does something like: if ($^O eq 'aix' and $USE_DSO) { phat_warn("...you should apply this patch..."); }