Dear Gerald (and Embperl users,) Thanks for getting back to me on this and glad to see 2.0b9!! :-)
No rush on this problem. I won't doing anything with FastCGI for at least a month. FYI though, ... my e-card application that uses Embperl (Penguin Greetings) runs just great using SpeedyCGI <http:// www.daemoninc.com/SpeedyCGI/>. While lacking as much configuration controls, it is much easier to use and just about any script can use it. All you need to do to use a standard CGI script as a SpeedyCGI script is to swap the /usr/bin/perl at the top with /usr/bin/speedy !! I haven't tried embpcgi.pl with SpeedyCGI, but since Penguin Greetings makes basically the same calls, I assume it would work too. Another trick to throw into the toolbox! Peace, Edouard :-) ================================== Edouard Lagache Lead Developer, Penguin Greetings http://pgreet.sourceforge.net/ [EMAIL PROTECTED] ---------------------------------- Gerald Richter <[EMAIL PROTECTED]> wrote at Thu, 12 Jun 2003 23:22:34 +0200 >> >> 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]