On Tue, May 10, 2005 at 12:49:46PM +0530, [EMAIL PROTECTED] wrote:
> Hi,
>  
> When I am building PERL 5.6.1 on Linux 2.6 Kernel AMD 64 bit machine [i.e.
> "SUSE LINUX Enterprise Server 9 (x86_64) - Kernel 2.6.5-7.97-default (1)" ],
> I am getting the following errors. 

> lib/io_sock..........Invalid argument (maybe your system does not have a
> localhost at all, 'localhost' or 127.0.0.1) at lib/io_sock.t line 73.
> accept failed: Connection timed out at lib/io_sock.t line 57.

The error message suggests that there may be a problem with looking up the
hostname 'localhost'

Have you tried checking that /etc/hosts looks correct, and has a correct
entry for localhost?

perl 5.6.1 is not the newest version of the perl 5.6.x series. If external
constraints are forcing you to stay with perl 5.6.x, you'd be better off using
5.6.2, as it's binary compatible and has some of the bugs of 5.6.1 fixed.

Nicholas Clark

Reply via email to