[Bug 196528] [MAINTAINER] [PATCH] net-mgmt/nagios-check_dhcp.pl: patch to make it work with net/p5-IO-Interface 1.09
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 7 03:51:50 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196528
--- Comment #4 from Lawrence Chen <beastie at tardisi.com> ---
Ok, the problem does lie in p5-IO-Interface 1.09. This is upstreams first
conversion to use Module::Build.
Previously, in Makefile.PL there was configure code to check for what options
to define in compiling Interface.xs...
None of that exists in the current Build.pl method.
So, without -DUSE_GETIFADDRS and -DHAVE_SOCKADDR_DL_STRUCT it doesn't use the
getifaddrs(3) interface and attempts to use ioctl method that results in the
"Illegal Seek" error.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-perl
mailing list