mod_perl 1.99_10 on AIX 5.2 with the IBM vac compiler, using perl 5.8.1 without ithreads, is mostly OK.
There's only one test failure :
modperl/subenv.................FAILED tests 14-16 Failed 3/16 tests, 81.25% okay
Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- modperl/subenv.t 16 3 18.75% 14-16 10 tests skipped.
Can you please run:
t/TEST -v modperl/subenv
and also post if anything interesting logged into t/logs/error_log
I'll look at it further (as well as other configurations.)
Note that I had to apply the patch below to make it compile (C++ comments, bad.)
*** src/modules/perl/mod_perl.c.orig Fri Oct 17 22:06:20 2003 --- src/modules/perl/mod_perl.c Fri Oct 17 22:06:34 2003 *************** *** 34,40 **** while (isSPACE(*s)) s++; } if (s && isDIGIT(*s)) { ! MP_init_hash_seed = (UV)Atol(s); // XXX: Atoul()? MP_init_hash_seed_set = TRUE; } } --- 34,40 ---- while (isSPACE(*s)) s++; } if (s && isDIGIT(*s)) { ! MP_init_hash_seed = (UV)Atol(s); /* XXX: Atoul()? */ MP_init_hash_seed_set = TRUE; } }
Mea Culpa, now fixed. In the future, diff -u is a preffered way to send patches ;) Thanks Rafael!
__________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]