Randy Kobes wrote:
On Sun, 24 Aug 2003, Stas Bekman wrote:


Randy Kobes wrote:

Hi,
  I'm just wondering if anyone has seen any problems with
the t/modules/cgi.t and/or t/modules/cgiupload.t tests in
the cvs mp2? On Win32 I'm getting failures (Apache/2.0.47):
=================================================================

[...]



FAILED tests 1-2
=============================================================
This is with CGI.pm-3.00.

I can't tell without seeing the error_log file's relevant parts.


Did you have this problem with earlier versions of CGI.pm?
Try downgrading to 2.98? I know that Randal was mentioning
some problems with recent CGI.pm versions. I've upgraded
to 3.00 just now and everything still works on linux.


That's reassuring it works on linux ... There wasn't
anything in the error logs, and I've tried downgrading to
earlier versions of CGI.pm, back to a point where there's
compatibility problems with mod_perl 2, but with the same
errors. I didn't have problems with this before, but that
was 3 weeks ago, as I was away. I'll look more into this -
thanks.

It's possible that the problem comes from the new PerlIO Layer, try testing again after disabling it:


Index: src/modules/perl/modperl_io_apache.h
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_io_apache.h,v
retrieving revision 1.1
diff -u -r1.1 modperl_io_apache.h
--- src/modules/perl/modperl_io_apache.h 20 Aug 2003 23:20:14 -0000 1.1
+++ src/modules/perl/modperl_io_apache.h 25 Aug 2003 18:02:39 -0000
@@ -1,7 +1,7 @@
#ifndef MODPERL_IO_APACHE_H
#define MODPERL_IO_APACHE_H


-#ifdef PERLIO_LAYERS
+#ifdef RANDY_TEST

 #include "perliol.h"
 /* XXX: should this be a Makefile.PL config option? */


__________________________________________________________________ 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]



Reply via email to