Hi again!
I don't know how correct it is, but we have applied the attached patch here.
Best regards,
Nelson
diff -urN mrtg-2.17.4.orig/bin/mrtg mrtg-2.17.4/bin/mrtg
--- mrtg-2.17.4.orig/bin/mrtg 2015-04-27 11:59:47.520228076 -0300
+++ mrtg-2.17.4/bin/mrtg 2015-04-27 14:38:01.736869614 -0300
@@ -307,7 +307,7 @@
if ($cfg{enableipv6} eq 'yes') {
if ( eval {local $SIG{__DIE__};require Socket; require Socket6;
require IO::Socket::INET6;}) {
import Socket;
- import Socket6;
+ Socket6->import(qw(inet_pton getaddrinfo));;
debug('base', "IPv6 libraries found, IPv6 enabled.");
} else {
warn "$NOW: WARNING: IPv6 libraries not found, IPv6 disabled.\n";