View Single Post
  #3 (permalink)  
Old 02-03-2009, 12:52 PM
fowler fowler is offline
Trained Alumni
 
Posts: 24
Default

run perl -mIO::Socket::INET6 -e ''

if it returns "Can't locate IO/Socket/INET6.pm in @INC ", then you need to install the perl module.

perl -MCPAN -e shell
cpan[1]> install IO::Socket::INET6
Reply With Quote