mod_perl-1.31 compilation with perl 5.14.1 fails

2011-06-27 Thread Gregory Coleman
hello - am getting compilation errors in building older mod_perl with newer perl. Things worked as of 5.12.X, but alas, not with today's 5.14.1 eg. http://cpansearch.perl.org/src/GOZER/mod_perl-1.31/Symbol/Symbol.xs Symbol.xs: In function 'undef': Symbol.xs:33: error: invalid lvalue in assignmen

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-06-28 Thread Vincent Veyron
Le lundi 27 juin 2011 à 16:54 -0700, Gregory Coleman a écrit : > hello - am getting compilation errors in building older mod_perl with > newer perl. Things worked as of 5.12.X, but alas, not with today's > 5.14.1 > > Any witnesses/experiences/thoughts on this? > Some in this thread : http:/

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-06-28 Thread Torsten Förtsch
On Tuesday, June 28, 2011 11:57:47 Vincent Veyron wrote: > Le lundi 27 juin 2011 à 16:54 -0700, Gregory Coleman a écrit : > > hello - am getting compilation errors in building older mod_perl > > with newer perl. Things worked as of 5.12.X, but alas, not with > > today's 5.14.1 > > > > > > > > Any

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-06-28 Thread Fred Moyer
On Tue, Jun 28, 2011 at 2:57 AM, Vincent Veyron wrote: > Le lundi 27 juin 2011 à 16:54 -0700, Gregory Coleman a écrit : >> hello - am getting compilation errors in building older mod_perl with >> newer perl.  Things worked as of 5.12.X, but alas, not with today's >> 5.14.1 >> > >> Any witnesses/ex

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-06-28 Thread Fred Moyer
2011/6/28 Torsten Förtsch : > On Tuesday, June 28, 2011 11:57:47 Vincent Veyron wrote: >> Le lundi 27 juin 2011 à 16:54 -0700, Gregory Coleman a écrit : >> > hello - am getting compilation errors in building older mod_perl >> > with newer perl.  Things worked as of 5.12.X, but alas, not with >> > t

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-06-28 Thread Salvador Ortiz Garcia
On 06/28/2011 05:40 AM, Torsten Förtsch wrote: On Tuesday, June 28, 2011 11:57:47 Vincent Veyron wrote: Le lundi 27 juin 2011 à 16:54 -0700, Gregory Coleman a écrit : hello - am getting compilation errors in building older mod_perl with newer perl. Things worked as of 5.12.X, but alas, not wit

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-06-29 Thread William Bulley
According to Fred Moyer on Tue, 06/28/11 at 16:50: > > > > Some in this thread : > > > > http://www.gossamer-threads.com/lists/modperl/modperl/103167 > > The problem here didn't appear to be 5.14 compatibility, more an issue > of an inexperienced user trying to setup the latest version of > httpd

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-06-29 Thread Fred Moyer
On Wed, Jun 29, 2011 at 5:39 AM, William Bulley wrote: > According to Fred Moyer on Tue, 06/28/11 at 16:50: >> > >> > Some in this thread : >> > >> > http://www.gossamer-threads.com/lists/modperl/modperl/103167 >> >> The problem here didn't appear to be 5.14 compatibility, more an issue >> of an

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-06-29 Thread William Bulley
According to Fred Moyer on Wed, 06/29/11 at 14:04: > > My apologizes, I didn't mean to imply that you were inexperienced > overall, but it seemed like you didn't have much experience with > setting up mod_perl apps, specifically with startup.pl. Or whomever > built the app you were installing di

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-07-04 Thread Fred Moyer
On Mon, Jun 27, 2011 at 4:54 PM, Gregory Coleman wrote: > hello - am getting compilation errors in building older mod_perl with newer > perl.  Things worked as of 5.12.X, but alas, not with today's 5.14.1 ... > Any witnesses/experiences/thoughts on this? For what it is worth, I successfully compi

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-07-11 Thread Fred Moyer
Looks like a patch for this issue was posted. Greg, do you want to try out this patch and report back? https://rt.cpan.org/Public/Bug/Display.html?id=64999#txn-954785 On Mon, Jul 4, 2011 at 10:20 AM, Fred Moyer wrote: > On Mon, Jun 27, 2011 at 4:54 PM, Gregory Coleman > wrote: >> hello - am ge

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-07-12 Thread Perrin Harkins
On Mon, Jul 11, 2011 at 11:39 PM, Fred Moyer wrote: > Looks like a patch for this issue was posted.  Greg, do you want to > try out this patch and report back? > > https://rt.cpan.org/Public/Bug/Display.html?id=64999#txn-954785 This patch fixed it for me on CentOS. - Perrin

Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-07-27 Thread Fred Moyer
On Tue, Jul 12, 2011 at 12:36 PM, Perrin Harkins wrote: > On Mon, Jul 11, 2011 at 11:39 PM, Fred Moyer wrote: >> Looks like a patch for this issue was posted.  Greg, do you want to >> try out this patch and report back? >> >> https://rt.cpan.org/Public/Bug/Display.html?id=64999#txn-954785 > > Thi