weird error after upgrade of cpan libs

2011-02-02 Thread Mark Hedges
I upgraded some CPAN libs including Module::Build and ExtUtils::CBuilder and started running into some problems. https://rt.cpan.org/Public/Bug/Display.html?id=65382 Hrmm, this seems to also affect cgi's in production: [Wed Feb 02 12:41:48 2011] [error] [client 64.22.103.163] /usr/bin/perl: sym

Re: weird error after upgrade of cpan libs

2011-02-02 Thread Fred Moyer
Did you build mod_perl with /usr/bin/perl or another binary? Did you 'LoadModule perl_modulemodules/mod_perl.so'? This looks like more of a mod_perl issue than apreq. On Wed, Feb 2, 2011 at 12:44 PM, Mark Hedges wrote: > > I upgraded some CPAN libs including Module::Build and > ExtUtils

Re: weird error after upgrade of cpan libs

2011-02-02 Thread Mark Hedges
Everything was working (as far as I knew) until I ran the CPAN upgrade of ExtUtils::CBuilder and Module::Build. Hrmm, the CGI example may be bad, I picked that up from a search result... $r is undefined. Handlers loaded from apache conf work fine, so this does not appear to affect production as

Re: weird error after upgrade of cpan libs

2011-02-02 Thread Fred Moyer
On Wed, Feb 2, 2011 at 1:13 PM, Mark Hedges wrote: > > Everything was working (as far as I knew) until I ran the > CPAN upgrade of ExtUtils::CBuilder and Module::Build. > > Hrmm, the CGI example may be bad, I picked that up from a > search result... $r is undefined.  Handlers loaded from > apache