Re: cannont find module errors

2005-10-11 Thread Christopher H. Laco
Christopher H. Laco wrote: > Christopher H. Laco wrote: > [snip] > > I wonder, and this is only a wonder at this point, if there is something > somewhere in A-T that is loading mod_perl2 along the way, befure it > knows it's using Apache (APACHE_TEST_HTTPD=/usr/sbin/apache)...then whtn > it tries

Re: cannont find module errors

2005-10-11 Thread Christopher H. Laco
Christopher H. Laco wrote: [snip] I wonder, and this is only a wonder at this point, if there is something somewhere in A-T that is loading mod_perl2 along the way, befure it knows it's using Apache (APACHE_TEST_HTTPD=/usr/sbin/apache)...then whtn it tries to load AxKit, which loads Apache::Consta

Re: cannont find module errors

2005-10-11 Thread Christopher H. Laco
Geoffrey Young wrote: t/xsp_cartAxKit at /usr/local/lib/perl/5.8.4/Apache/Test.pm line 297. Can't locate object method "boot" via package "mod_perl" at /usr/lib/perl5/Apache/Constants.pm line 8. Compilation failed in require at /usr/lib/perl5/Ap

Re: cannont find module errors

2005-10-11 Thread Geoffrey Young
>>>t/xsp_cartAxKit at >>>/usr/local/lib/perl/5.8.4/Apache/Test.pm line 297. >>>Can't locate object method "boot" via package "mod_perl" at >>>/usr/lib/perl5/Apache/Constants.pm line 8. >>>Compilation failed in require at /usr/lib/perl5/Apache.pm line 6. >>>BEGIN f

Re: cannont find module errors

2005-10-10 Thread Christopher H. Laco
Christopher H. Laco wrote: > Geoffrey Young wrote: > >>>I'm still digging on it... any ideas? >> >> >>no ideas, but look for the >> >> #print $@ if $@; >> >>around line 300 of lib/Apache/Test.pm. you can uncomment it and run in >>verbose mode to get an idea what the eval error is... >> >>--Geoff

Re: cannont find module errors

2005-10-10 Thread Christopher H. Laco
Geoffrey Young wrote: >>I'm still digging on it... any ideas? > > > no ideas, but look for the > > #print $@ if $@; > > around line 300 of lib/Apache/Test.pm. you can uncomment it and run in > verbose mode to get an idea what the eval error is... > > --Geoff > > This can't be good... >

Re: cannont find module errors

2005-10-10 Thread Geoffrey Young
> I'm still digging on it... any ideas? no ideas, but look for the #print $@ if $@; around line 300 of lib/Apache/Test.pm. you can uncomment it and run in verbose mode to get an idea what the eval error is... --Geoff

cannont find module errors

2005-10-10 Thread Christopher H. Laco
Now that I have Apache::Test 1.26, Apache1/MP 1.29/Apache2/MP 2.0.2 running on my laptop, I've run into a strange problem with need(). Up until now, this test has worked on my win32 install: http://handelframework.com/source/trunk/t/xsp_cart.t More specifically, this line: > Apache::Test::plan