Re: mod_perl build with perlbrew

2012-09-20 Thread bluedome
It looks like these test files are not being created because MakeMaker is failing. During the perl Makefile.PL command I'm getting: Unparsable version '' for prerequisite Apache::Test at lib/ModPerl/BuildMM.pm line 153. Apache::Test 1.38 is installed with cpanm, and anyway the mod_perl source

Re: mod_perl build with perlbrew

2012-09-20 Thread steve timoshuk
To whom this may concern; I've had my iPhone/gmail/2 of my laptops hacked and not been able to use them over the past 2months, I finally got into my email and I found this message, I've NEVER emailed you in my life before, and this modperl is part of the problem.. He's changing my operating syst

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 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