From: Jamie C. <jca...@we...> - 2003-06-23 23:02:26
|
What does the code in your CGI that uses this Select package look like? The problem may be that STDOUT for webmin CGI scripts is not actually directly connected to the network, but instead is tied to a special perl package (miniserv) that interprets HTTP headers before actually sending them back to the web browser. - Jamie On Mon, 2003-06-23 at 23:43, ve...@gm... wrote: > hi, >=20 >=20 > i wanted to write a irc client to login into the unreal ircd server, but = i > get this error. > i think that the ministerv.pl does not know the package Select, is that > right? >=20 > HTTP/1.0 500 Perl execution failed Server: MiniServ/0.01 Date: Sat, 21 Ju= n > 2003 19:52:04 GMT Content-type: text/html Connection: close=20 > Error - Perl execution failed > Can't locate object method "FILENO" via package "miniserv" at > /usr/lib/perl5/5.8.0/i386-linux-thread-multi/IO/Select.pm line 61. >=20 > thanks > wlad >=20 > --=20 > +++ GMX - Mail, Messaging & more http://www.gmx.net +++ > Bitte l=E4cheln! Fotogalerie online mit GMX ohne eigene Homepage! >=20 >=20 >=20 > --=20 > +++ GMX - Mail, Messaging & more http://www.gmx.net +++ > Bitte l=E4cheln! Fotogalerie online mit GMX ohne eigene Homepage! >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |