Install perl module IO::Socket::INET6 I fix it with this: # perl -MCPAN -e shell > install IO::Socket::INET6 Hope this works for you
Warning: Cannot install IO::socket::INET6, don't know what it is. Try the command i /IO::socket::INET6/ to find objects with matching identifiers. cpan[2]> i /IO::socket::INET6/ Module id = IO::Socket::INET6 CPAN_USERID SHLOMIF (Shlomi Fish <[email protected]>) CPAN_VERSION 2.66 CPAN_FILE S/SH/SHLOMIF/IO-Socket-INET6-2.66.tar.gz MANPAGE IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets INST_FILE /usr/share/perl5/IO/Socket/INET6.pm INST_VERSION 2.54 cpan[3]> exit Terminal does not support GetHistory. Lockfile removed. root@localhost:~# sa-update --no-gpg channel: no 'mirrors.updates.spamassassin.org' record found, channel failed
Perl MCPAN shell is case sensitive That search tells you that the module exists and its file is INET6.pm The problem is that the CPAN shell is case sensitive, you have to issue this command: > install IO::Socket::INET6 You did: IO::socket::INET6 Whithout this module, spamassasin will not resolve domains correctly
OK, did it again as you explained. In attachement the log of the installation. But unfortunately after i did sa-update --no-gpg still same issue # sa-update --no-gpg channel: no 'mirrors.updates.spamassassin.org' record found, channel failed Did I have to restart something after the INET6 installation before it applies in the system? Thanks for your time and help anyway.