Re: mod_perl build with perlbrew

2012-09-20 Thread bluedome
irective/vh/ApacheTest/PerlRequireTest.pm package ApacheTest::PerlRequireTest; $ApacheTest::PerlRequireTest::MAGIC = 'PerlRequired by VirtualHost'; 1; -- View this message in context: http://old.nabble.com/mod_perl-build-with-perlbrew-tp34454307p34458276.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: mod_perl build with perlbrew

2012-09-20 Thread steve timoshuk
>>> a > >>> command of the form: > >>> > >>> perl Makefile.PL MP_APXS=/usr/sbin/apxs INC="-I -I..." > >>> > >>> and also I've tried setting LD_LIBRARY_PATH environment variable to > those > >>> pa

Re: mod_perl build with perlbrew

2012-09-19 Thread Fred Moyer
've tried setting LD_LIBRARY_PATH environment variable to those >>> paths when running httpd, and still getting this error. >>> >>> My questions are: >>> >>> 1. why does mod_perl lose the INC that is required to run the perl that >>> it >>> is

Re: mod_perl build with perlbrew

2012-09-19 Thread bluedome
ror. >> >> My questions are: >> >> 1. why does mod_perl lose the INC that is required to run the perl that >> it >> is built with? >> 2. what do I try next? >> >> Thanks >> > > Maybe setting @INC in apache.conf? > > a

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
why does mod_perl lose the INC that is required to run the perl that it is built with? 2. what do I try next? Thanks -- View this message in context: http://old.nabble.com/mod_perl-build-with-perlbrew-tp34454307p34454307.html Sent from the mod_perl - General mailing list archive at Nabble.com.