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... > t/xsp_cart................................AxKit 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 failed--compilation aborted at /usr/lib/perl5/Apache.pm line 6. > Compilation failed in require at /usr/lib/perl5/AxKit.pm line 9. > BEGIN failed--compilation aborted at /usr/lib/perl5/AxKit.pm line 9. > Compilation failed in require at (eval 19) line 3. -=Chris