Make Test fails at ext/IO/t/io_sock
am 25.05.2005 16:25:42 von Jason Novak
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
Re: Make Test fails at ext/IO/t/io_sock
am 25.05.2005 21:33:38 von Jim Gibson
In article <42948AE6.1070906@sheffieldave.com>, Jason Novak
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 =----
Re: Make Test fails at ext/IO/t/io_sock
am 25.05.2005 23:11:25 von Jason Novak
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
> 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 =----