>
> FastCGI: server "/home/httpd/cgi-bin/pgreet.pl.fcgi" stderr: Usage:
> FCGI::Stream::READ(stream, bufsv, len, ...) at /usr/lib/perl5/site_perl/
> 5.8.0/i686-linux-thread-multi/Embperl.pm line 109.
>
> Now line 109 is the line with the asterisks below from this snippet of
> file Embperl.pm.
>

The error occurs somewhere in C code that is called via ExecutRequest, which
in turn calls FCGI::Stream::READ somewhere.

I never have tested fastcgi with Perl 5.8.0, so it might be that something
has changed in the FCGI.pm interface.

The other thing is that the tie interface of Perl has changed in 5.8.0 and
FCGI I/O is done via a tied filehandle, so this might be the reason. I
currently have no test box, with Perl 5.8.0 and fastcgi to check this out.
Hopefully I will have during next few weeks, but I cannot promise

Gerald



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

Reply via email to