Richard G
Verified User
I guess it's related to spamassassin.
Now I found the same issue 2 years ago here, but it still isn't fixed completely:
http://forum.directadmin.com/showthread.php?t=43935&page=2
The solution was to install IO::Socket::INET6 via cpan and then remove the yum version:
yum remove perl-IO-Socket-INET6
However.... I can't remove the yum version since I just installed munin.
And installing the cpan version won't work because of various errors:
Any idea's on how to fix this?
/etc/cron.daily/custombuild:
Subroutine IO::Socket::INET6::sockaddr_in6 redefined at /usr/share/perl5/Exporter.pm line 67.
at /usr/share/perl5/IO/Socket/INET6.pm line 21
Now I found the same issue 2 years ago here, but it still isn't fixed completely:
http://forum.directadmin.com/showthread.php?t=43935&page=2
The solution was to install IO::Socket::INET6 via cpan and then remove the yum version:
yum remove perl-IO-Socket-INET6
However.... I can't remove the yum version since I just installed munin.
And installing the cpan version won't work because of various errors:
Code:
Building IO-Socket-INET6
SHLOMIF/IO-Socket-INET6-2.72.tar.gz
./Build -- OK
Running Build test
t/blocking.t .............. 1/2 Can't call method "blocking" on an undefined value at t/blocking.t line 51.
# Looks like you planned 2 tests but ran 1.
# Looks like your test exited with 101 just after 1.
Use of uninitialized value $sock in <HANDLE> at t/blocking.t line 56.
readline() on unopened filehandle at t/blocking.t line 56.
t/blocking.t .............. Dubious, test returned 101 (wstat 25856, 0x6500)
Failed 1/2 subtests
t/configure6.t ............ ok
t/host6.t ................. 1/4 Can't call method "peerhost" on an undefined value at t/host6.t line 63.
Use of uninitialized value $sock in <HANDLE> at t/host6.t line 50.
readline() on unopened filehandle at t/host6.t line 50.
t/host6.t ................. Failed 3/4 subtests
t/io_multihomed6.t ........ skipped: localhost does not resolve to both 127.0.0.1 and ::1
t/io_sock6.t .............. 11/20 Can't call method "sockport" on an undefined value at t/io_sock6.t line 190, <GEN4> line 2.
t/io_sock6.t .............. Dubious, test returned 99 (wstat 25344, 0x6300)
Failed 10/20 subtests
t/io_udp6.t ............... ok
t/listen_port_only.t ...... 1/1
# Failed test 'Client was initialised - connected.'
# at t/listen_port_only.t line 41.
# Looks like you failed 1 test of 1.
t/listen_port_only.t ...... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/pod-coverage.t .......... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.t ................... skipped: Test::Pod 1.14 required for testing POD
t/style-trailing-space.t .. skipped: Test::TrailingSpace required for trailing space test.
Test Summary Report
-------------------
t/blocking.t (Wstat: 25856 Tests: 1 Failed: 0)
Non-zero exit status: 101
Parse errors: Bad plan. You planned 2 tests but ran 1.
t/host6.t (Wstat: 0 Tests: 1 Failed: 0)
Parse errors: Bad plan. You planned 4 tests but ran 1.
t/io_sock6.t (Wstat: 25344 Tests: 11 Failed: 1)
Failed test: 10
Non-zero exit status: 99
Parse errors: Bad plan. You planned 20 tests but ran 11.
t/listen_port_only.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=10, Tests=22, 35 wallclock secs ( 0.04 usr 0.01 sys + 0.14 cusr 0.03 csys = 0.22 CPU)
Result: FAIL
Failed 4/10 test programs. 2/22 subtests failed.
SHLOMIF/IO-Socket-INET6-2.72.tar.gz
./Build test -- NOT OK
Any idea's on how to fix this?