First of all, when reporting problems please following the guidelines: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems
OS: AIX 4.3.3 w/the latest maintenance level
modperl/request_rec_tie_api....ok
1/3 unexpectedly succeeded
The test t/response/TestModperl/request_rec_tie_api.pm goes as:
require Apache::Build;
my @todo;
push @todo, 1 if Apache::Build::AIX();
plan $r, tests => 3, todo => [EMAIL PROTECTED]; # XXX: on AIX 4.3.3 we get:
# STDIN STDOUT STDERR
# perl : 0 1 2
# mod_perl: 0 0 2
my $fileno = fileno STDOUT;
ok $fileno;
t_debug "fileno STDOUT: $fileno";the problem is that on the AIX that I was testing I was receiving STDOUT as 0 under mod_perl. I don't remember which perl it was :( but this is not a problem.
This is the test that really fails:
> filter/in_bbs_msg.t 255 65280 ?? ?? % ??
please run this test separately and post the error_log file and the output of the run:
rm t/logs/error_log t/TEST -v filter/in_bbs_msg.t
Next you also want to install LWP, otherwise many of the tests aren't running:
all skipped: cannot find module 'LWP'
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
