You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2004/07/09 08:12:08 UTC

Re: [Patch mp2] Statically compiling mod_perl in httpd (take 2)

Philippe, when you are committing the static build code, please commit 
the following patch as well, thanks!

Index: README
===================================================================
RCS file: /home/cvs/modperl-2.0/README,v
retrieving revision 1.20
diff -u -r1.20 README
--- README	1 Jul 2004 01:40:18 -0000	1.20
+++ README	9 Jul 2004 06:10:03 -0000
@@ -3,7 +3,8 @@
  *** Prerequisites ***

  Apache:
-  This version of mod_perl works with Apache versions 2.0.46 - 2.0.50.
+  The DSO version of mod_perl works with Apache versions 2.0.46 -
+  2.0.50. The static version -- with Apache versions 2.0.51 - 2.0.51.
    Newer Apache versions may work with this version of mod_perl.  If
    not, the cvs version likely will, which can be obtained from:

-- 
__________________________________________________________________
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


Re: [Patch mp2] Statically compiling mod_perl in httpd (take 2)

Posted by Stas Bekman <st...@stason.org>.
Stas Bekman wrote:
> 
>> Yeah, at least a reminder to check makes sense to me
> 
> 
> [forgot reply-all]
> 
> +1
> 
>> Index: RELEASE
>> ===================================================================
>> RCS file: /home/cvs/modperl-2.0/RELEASE,v
>> retrieving revision 1.17
>> diff -u -I$Id -r1.17 RELEASE
>> --- RELEASE     21 May 2004 18:50:47 -0000      1.17
>> +++ RELEASE     9 Jul 2004 19:26:39 -0000
>> @@ -32,13 +32,16 @@
>>      - remove '-dev'
>>      - add release date
>>
>> +  b. check ./README
>> +     - make sure supported httpd versions (dso & static) are current
>> +
>>   b. rerun:
>>      % perl Makefile.PL MP_INST_APACHE2=1
>>      make sure tag looks right
>>      % make -n cvs_tag

but two b's is not right, so need to move all the letters one up :)


-- 
__________________________________________________________________
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


Re: [Patch mp2] Statically compiling mod_perl in httpd (take 2)

Posted by Stas Bekman <st...@stason.org>.
> Yeah, at least a reminder to check makes sense to me

[forgot reply-all]

+1

> Index: RELEASE
> ===================================================================
> RCS file: /home/cvs/modperl-2.0/RELEASE,v
> retrieving revision 1.17
> diff -u -I$Id -r1.17 RELEASE
> --- RELEASE     21 May 2004 18:50:47 -0000      1.17
> +++ RELEASE     9 Jul 2004 19:26:39 -0000
> @@ -32,13 +32,16 @@
>      - remove '-dev'
>      - add release date
> 
> +  b. check ./README
> +     - make sure supported httpd versions (dso & static) are current
> +
>   b. rerun:
>      % perl Makefile.PL MP_INST_APACHE2=1
>      make sure tag looks right
>      % make -n cvs_tag
> 
> -  c. commit Changes
> -     % cvs ci Changes
> +  c. commit Changes README
> +     % cvs ci Changes README
> 
>   d. tag
>      % make cvs_tag


-- 
__________________________________________________________________
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


Re: [Patch mp2] Statically compiling mod_perl in httpd (take 2)

Posted by Stas Bekman <st...@stason.org>.
Philippe M. Chiasson wrote:
> Stas Bekman wrote:
> 
>> Geoffrey Young wrote:
>>
>>>> Apache:
>>>> -  This version of mod_perl works with Apache versions 2.0.46 - 2.0.50.
>>>> +  The DSO version of mod_perl works with Apache versions 2.0.46 -
>>>> +  2.0.50. The static version -- with Apache versions 2.0.51 - 2.0.51.
>>>
>>>
>>>
>>>
>>> we should add a note in RELEASE to bump these numbers.  
>>
>>
>>
>> +1
>>
>>
> Isn't updating the versions of httpd we support something outside of the
> scope of a release ?

That's what I did so far, but RELEASE could have a note to check that 
README has the right version numbers. And we can continue updating it, 
when new versions are released.

-- 
__________________________________________________________________
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


Re: [Patch mp2] Statically compiling mod_perl in httpd (take 2)

Posted by "Philippe M. Chiasson" <go...@ectoplasm.org>.
Stas Bekman wrote:

> Geoffrey Young wrote:
>
>>> Apache:
>>> -  This version of mod_perl works with Apache versions 2.0.46 - 2.0.50.
>>> +  The DSO version of mod_perl works with Apache versions 2.0.46 -
>>> +  2.0.50. The static version -- with Apache versions 2.0.51 - 2.0.51.
>>
>>
>>
>> we should add a note in RELEASE to bump these numbers.  
>
>
> +1
>
>
Isn't updating the versions of httpd we support something outside of the
scope of a release ?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [Patch mp2] Statically compiling mod_perl in httpd (take 2)

Posted by Stas Bekman <st...@stason.org>.
Geoffrey Young wrote:
>> Apache:
>>-  This version of mod_perl works with Apache versions 2.0.46 - 2.0.50.
>>+  The DSO version of mod_perl works with Apache versions 2.0.46 -
>>+  2.0.50. The static version -- with Apache versions 2.0.51 - 2.0.51.
> 
> 
> we should add a note in RELEASE to bump these numbers.  

+1


-- 
__________________________________________________________________
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


Re: [Patch mp2] Statically compiling mod_perl in httpd (take 2)

Posted by Geoffrey Young <ge...@modperlcookbook.org>.
>  Apache:
> -  This version of mod_perl works with Apache versions 2.0.46 - 2.0.50.
> +  The DSO version of mod_perl works with Apache versions 2.0.46 -
> +  2.0.50. The static version -- with Apache versions 2.0.51 - 2.0.51.

we should add a note in RELEASE to bump these numbers.  or perhaps create a
make target that will do it for us ;)

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org