Re: Cannot get mod_perl 2.0.6 to compile with apache 2.2.22 under perl 5.16.0

2012-05-29 Thread Doug Hunt
Thanks, Alex! I figured that patch out separately by looking at perldelta for perl 5.16.0 right after I sent in the email. I've finally got mod_perl to build, but I had to also apply another patch (attached) to get it to work. There was a compile bug in modperl_exports.c in which 'modperl_t

Re: Cannot get mod_perl 2.0.6 to compile with apache 2.2.22 under perl 5.16.0

2012-05-29 Thread Alex Hunsaker
On Tue, May 29, 2012 at 12:07 PM, Doug Hunt wrote: > Hi mod_perl list! > > I've been using Apache and mod_perl for a long time on our web site, but I'm > having troubles getting it to compile under the most recent Apache, mod_perl > and perl. > > I'm working under CentOS 6.2 on an x86_64 system. >