Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 87726 invoked from network); 16 Jun 2004 18:17:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Jun 2004 18:17:22 -0000 Received: (qmail 52742 invoked by uid 500); 16 Jun 2004 18:17:42 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 52720 invoked by uid 500); 16 Jun 2004 18:17:41 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 52705 invoked by uid 99); 16 Jun 2004 18:17:41 -0000 Received: from [195.154.174.52] (HELO mail.logilune.com) (195.154.174.52) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 16 Jun 2004 11:17:41 -0700 Received: from stason.org (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 62CC91E19BF; Wed, 16 Jun 2004 20:16:58 +0200 (CEST) Message-ID: <40D08E98.6000009@stason.org> Date: Wed, 16 Jun 2004 21:16:56 +0300 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Joe Schaefer Cc: dev@perl.apache.org, apreq-dev@httpd.apache.org Subject: Re: [mp2] APR w/o mod_perl References: <40CECA90.5080006@stason.org> <40CFFBCD.4050808@stason.org> <87smcvzcjb.fsf@gemini.sunstarsys.com> In-Reply-To: <87smcvzcjb.fsf@gemini.sunstarsys.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joe Schaefer wrote: > Stas Bekman writes: > > [...] > > >>>>The rest is hard to tell as it's a big patch. Hopefully >>>>nothing was missed. So go ahead and apply it and we will >>>>take it from there. As I originally mentioned there were a >>>>few minor issues with my original patch, but they may >>>>remove themselves as you adjust it to work with win32. > > > A data point: > > The cgi.t test in httpd-apreq-2/glue/perl/t/apreq can be made to pass > all its tests now. However there were two things I needed to do to > make that happen: > > 1) Add a LIBS=> "$aprutil_libs $apr_libs" argument to the > ModPerl::BuildMM::WriteMakefile call in lib/ModPerl/WrapXS.pm, > similar to the line in httpd-apreq2/build/xsbuilder.pl. Perhaps we need to add a special wrapper to add these flags. Why are you using BuildMM and not MM for libapreq? BuildMM is for mod_perl only or do you mean something else? > 2) Expose APR::General::initialize in xs/maps/apr_functions.map > and call it at the top of the (generated) test_cgi.pl script. That shouldn't be the case if you 'use APR', which does that thing already. I was thinking to have all APR:: modules load APR.pm internally. -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org