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.

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;
          }
      }

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to