Home > Archive > PERL Programming > May 2005 > Make Test fails at ext/IO/t/io_sock
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Make Test fails at ext/IO/t/io_sock
|
|
| Jason Novak 2005-05-25, 3:56 pm |
| 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
| |
| Jim Gibson 2005-05-25, 8:56 pm |
| In 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 Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
| |
| Jason Novak 2005-05-25, 8:56 pm |
| line 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 Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
|
|
|
|
|