Re: prototype mismatch in Socket.pm

2000-11-01 Thread G.W. Haywood
Hi there, On Wed, 1 Nov 2000, Jason Liu wrote: I got the following prototype mismatch error when starting up Apache. Has anyone seen this before? No, but I wonder if you built your Perl as well as your mod_perl? 73, Ged.

Re: prototype mismatch in Socket.pm

2000-11-01 Thread Bill McCabe
At 6:22 AM -0800 11/1/00, Jason Liu wrote: Hi, I got the following prototype mismatch error when starting up Apache. Has anyone seen this before? Prototype mismatch: sub Socket::INADDR_ANY vs () at /usr/local/lib/perl5/5.6.0/sun4-solaris/Socket.pm line 328. Prototype mismatch: sub Socket

socket.pm

2000-02-05 Thread Drew Koerner
I was having some trouble with Socket.pm. I was calling from a file called ao.pl and it runs to a point in the code a hangs. The line is 203: local({SIG{ALRM}) = $timeout ? sub { under $fh;} : SIG{ALRM} || 'DEFAULT'; I am running the perl code from an apache server with linux. Does you know