Code Comments
Programming Forum and web based access to our favorite programming groups.Anyone know why the following error occurs on make test? Seems to hang at this. ext/IO/t/io_sock..........................accept failed: Connection timed out at ../ext/IO/t/io_sock.t line 63. Any help would be greatly appreciated. Best Regards, Jason
Post Follow-up to this messageIn article <42948AE6.1070906@sheffieldave.com>, Jason Novak <jason@sheffieldave.com> wrote: > Anyone know why the following error occurs on make test? Seems to hang > at this. > > ext/IO/t/io_sock..........................accept failed: Connection > timed out at ../ext/IO/t/io_sock.t line 63. > > Any help would be greatly appreciated. Did you look at line 63 in /ext/IO/t/io_sock.t ? I bet it is trying to connect to another host and is failing. Do you have an internet connection? ----== Posted via mcse.ms - Unlimited-Uncensored-Secure Usenet News==- --- http://www.mcse.ms The #1 Newsgroup Service in the World! 120,000+ New sgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Post Follow-up to this messageline 63: $sock = $listen->accept() or die "accept failed: $!"; not sure how to interpret this....any ideas? Jim Gibson wrote: > In article <42948AE6.1070906@sheffieldave.com>, Jason Novak > <jason@sheffieldave.com> wrote: > > > > > Did you look at line 63 in /ext/IO/t/io_sock.t ? I bet it is trying to > connect to another host and is failing. Do you have an internet > connection? > > ----== Posted via mcse.ms - Unlimited-Uncensored-Secure Usenet News= =---- > http://www.mcse.ms The #1 Newsgroup Service in the World! 120,000+ N ewsgroups > ----= East and West-Coast Server Farms - Total Privacy via Encryption =----[/color ]
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.