https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7009
--- Comment #1 from Mark Martinec <[email protected]> --- > Checked the logs and did not find anything. Not sure what to look for. There it is, the "redefined at", right at the first line of your attached error log: Subroutine IO::Socket::INET6::AF_INET6 redefined at /usr/lib/perl5/5.8.8/Exporter.pm line 65. at /usr/lib/perl5/vendor_perl/5.8.8/IO/Socket/INET6.pm line 16 It is just a warning, but admittedly it is annoying and has been troubling several projects during last five years. With recent versions of modules Socket, dropped need for module Socket6, and bringing a new IO::Socket::IP as a core module to perl we no longer come across this problem. See if some advice in the following threads help: http://marc.info/?t=128637743600004 http://lists.centos.org/pipermail/centos/2012-January/122033.html Generally: - check version of IO::Socket::INET6, see if upgrading it helps - drop IO::Socket::INET6, install IO::Socket::IP instead (one or the other action, or even both may help) - there may be a workaround in a more recent version of a module that loads IO::Socket::INET6, such as Net::DNS or NetAddr::IP -- You are receiving this mail because: You are the assignee for the bug.
