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
>>
>>
>
>
> 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
>
>
This doesn't make much sense to me. I know that the missing 'boot'
method error is caused by Apache::Constants not finding boot in the new
mod_perl2...but I can't understand how MP2 is getting involved in an the
t/ test files run of Apache::Test::need...