Re: Releasing Apache 2.4 supported Mod-Perl

2015-01-23 Thread Steve Hay
> > Adam > > > -Original Message- > From: Steve Hay [mailto:steve.m@googlemail.com] > Sent: Thursday, January 22, 2015 6:54 PM > To: The Aquatic Research Center > Cc: mod_perl Dev > Subject: Re: Releasing Apache 2.4 supported Mod-Perl > > On 22 January 2015 at

Re: Releasing Apache 2.4 supported Mod-Perl

2015-01-23 Thread Fred Moyer
Ok, looks like this is what I wanted: perl Makefile.PL MP_APXS=/home/fred/dev/httpd24/bin/apxs MP_NO_THREADS=1 On Fri, Jan 23, 2015 at 2:18 PM, Fred Moyer wrote: > This perl isn't built with threads. I think there's some code in > Apache2::Build which isn't picking up my prefork configuration >

Re: Releasing Apache 2.4 supported Mod-Perl

2015-01-23 Thread Fred Moyer
This perl isn't built with threads. I think there's some code in Apache2::Build which isn't picking up my prefork configuration correctly. Summary of my perl5 (revision 5 version 14 subversion 2) configuration: Platform: osname=linux, osvers=2.6.32-220.23.1.el6.x86_64, archname=x86_64-linu

Re: Releasing Apache 2.4 supported Mod-Perl

2015-01-23 Thread Fred Moyer
Starting to take a crack at an RC. Steve, do you remember what changed for prefork builds that I need to do here? My fred@dev ~/dev/mod_perl-2.0 $ perl Makefile.PL MP_APXS=/home/fred/dev/httpd24/bin/apxs Reading Makefile.PL args from @ARGV MP_APXS = /home/fred/dev/httpd24/bin/apxs no conflicti

RE: Releasing Apache 2.4 supported Mod-Perl

2015-01-23 Thread Adam
t: Re: Releasing Apache 2.4 supported Mod-Perl On 22 January 2015 at 16:52, The Aquatic Research Center wrote: > Dear appreciated mod-perl developers, > > > > I have a mod-perl site that I want to continue using, but my distro doesn't > distribute the mod-perl package anymore because

Re: Releasing Apache 2.4 supported Mod-Perl

2015-01-23 Thread Wulf C. Krueger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23.01.2015 10:54, Jan Kaluža wrote: >> Thank you for your interest in mod_perl. I have been trying to >> organize a new release for a little while now, and hope that it >> will happen soon. > +1, looking forward :). Can't someone here just *do* i

Re: Releasing Apache 2.4 supported Mod-Perl

2015-01-23 Thread Jan Kaluža
On 01/22/2015 06:54 PM, Steve Hay wrote: On 22 January 2015 at 16:52, The Aquatic Research Center wrote: Dear appreciated mod-perl developers, I have a mod-perl site that I want to continue using, but my distro doesn't distribute the mod-perl package anymore because there is none available t

Re: Releasing Apache 2.4 supported Mod-Perl

2015-01-22 Thread Steve Hay
On 22 January 2015 at 16:52, The Aquatic Research Center wrote: > Dear appreciated mod-perl developers, > > > > I have a mod-perl site that I want to continue using, but my distro doesn't > distribute the mod-perl package anymore because there is none available that > works with Apache 2.4. > > >

Releasing Apache 2.4 supported Mod-Perl

2015-01-22 Thread The Aquatic Research Center
Dear appreciated mod-perl developers, I have a mod-perl site that I want to continue using, but my distro doesn't distribute the mod-perl package anymore because there is none available that works with Apache 2.4. I read the archives and saw that nobody raised any objections against releasi