Re: IO::Socket::INET question

2002-08-22 Thread Brian May
On Fri, Aug 23, 2002 at 07:50:21AM +1000, Brian May wrote: > Which appears to come from /usr/share/perl/5.6.1/IO/Socket/INET.pm, > in the configure routine. This file is from perl-base, and > it is the same version as in woody, and the same version that works > on all my other systems. Russell Cok

IO::Socket::INET question

2002-08-22 Thread Brian May
Hello, on my mostly woody system, this line in /usr/sbin/amavisd works fine: my $sock = IO::Socket::INET->new('127.0.0.1:8127'); However, on another prewoody system where I have upgraded all of perl and all perl modules to the woody version, it keeps coming up with the following error: Canno