Re: mod_perl 2 (2.0.7) and Apache 2.4.3 won't build

2012-09-19 Thread Tom Browder
On Wed, Sep 19, 2012 at 5:34 PM, Doug Hunt wrote: > Hi Tom: My understanding is that mod_perl does not yet build under Apache > 2.4.X, but only 2.2.X or 2.0.X. > > Others on this list have status for when 2.4.X compatibility might be ready. Thanks, Doug. Any developer have a forecast? Best, -

Re: mod_perl build with perlbrew

2012-09-19 Thread Fred Moyer
On Wed, Sep 19, 2012 at 2:34 PM, bluedome wrote: > > That works, thanks. > > Now it can't locate: ApacheTest/PerlRequireTest.pm, is that a dynamically > created module? Because the file isn't in the mod_perl source tree at all. It is created as a test file: phred@pooky ~/dev/svn/modperl/mod_perl

Re: mod_perl 2 (2.0.7) and Apache 2.4.3 won't build

2012-09-19 Thread Doug Hunt
Hi Tom: My understanding is that mod_perl does not yet build under Apache 2.4.X, but only 2.2.X or 2.0.X. Others on this list have status for when 2.4.X compatibility might be ready. Regards, Doug Hunt dh...@ucar.edu Software Engineer UCAR - COSMIC, Tel. (303) 497-2611 On Wed, 19 Sep 20

Re: mod_perl 2 (2.0.7) and Apache 2.4.3 won't build

2012-09-19 Thread Tom Browder
On Wed, Sep 19, 2012 at 5:20 PM, Tom Browder wrote: > Has anyone had success with mod_perl 2 (I've tried 2.0.7 with no > success) and Apache 2.4.3? ... > Errors from the build: ... > I haven't tried to debug the build yet--looks like maybe an > out-of-date dependency (or Apache/APR too recent). >

mod_perl 2 (2.0.7) and Apache 2.4.3 won't build

2012-09-19 Thread Tom Browder
Has anyone had success with mod_perl 2 (I've tried 2.0.7 with no success) and Apache 2.4.3? Errors from the build: modperl_interp.c: In function 'modperl_interp_select': modperl_interp.c:503: error: 'conn_rec' has no member named 'remote_ip' make[1]: *** [modperl_interp.lo] Error 1 make[1]: Leavi

Re: mod_perl build with perlbrew

2012-09-19 Thread bluedome
That works, thanks. Now it can't locate: ApacheTest/PerlRequireTest.pm, is that a dynamically created module? Because the file isn't in the mod_perl source tree at all. Andy Colson-2 wrote: > > On 9/19/2012 2:43 PM, bluedome wrote: >> >> >> I'm building mod_perl with a perl built using perlbre

Re: mod_perl build with perlbrew

2012-09-19 Thread Bill Moseley
On Wed, Sep 19, 2012 at 12:43 PM, bluedome wrote: > > > I'm building mod_perl with a perl built using perlbrew. > > The build succeeds but make test fails because @INC is not correct. > > @INC for the perlbrew-built perl is: > > @INC: > > > /opt/comms/be/perl5/perlbrew/perls/perl-5.16.0/lib/sit

Re: mod_perl build with perlbrew

2012-09-19 Thread Perrin Harkins
On Wed, Sep 19, 2012 at 3:43 PM, bluedome wrote: > I'm building mod_perl with a perl built using perlbrew. > > The build succeeds but make test fails because @INC is not correct. One thing to consider is that I think perlbrew sets the PERL5LIB environment variable. If you aren't running in a per

Re: mod_perl build with perlbrew

2012-09-19 Thread Andy Colson
On 9/19/2012 2:43 PM, bluedome wrote: I'm building mod_perl with a perl built using perlbrew. The build succeeds but make test fails because @INC is not correct. @INC for the perlbrew-built perl is: @INC: /opt/comms/be/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/x86_64-linux

mod_perl build with perlbrew

2012-09-19 Thread bluedome
I'm building mod_perl with a perl built using perlbrew. The build succeeds but make test fails because @INC is not correct. @INC for the perlbrew-built perl is: @INC: /opt/comms/be/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/x86_64-linux /opt/comms/be/perl5/perlbrew/perls/p