Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 65607
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: lwsitu [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Failure in 64bit perl on Windows
The problem is actually in Win32::IPHelper but it will show up as t/08-online.t failing in Net::DNS along with an error from trying to call ->headers on an undef value. See https://rt.cpan.org/Public/Bug/Display.html?id=59790 Not sure if anyone can get a new Win32::IPHelper released with the changes but perhaps Net::DNS can provide a workaround using the registry like it does for the search list.
From: vvm [...] tut.by
On Wed Feb 09 23:05:29 2011, lwsitu [ . . . ] yahoo.com wrote: Show quoted text
> The problem is actually in Win32::IPHelper but it will show up as > t/08-online.t failing in Net::DNS along with an error from trying to > call ->headers on an undef value. > > See https://rt.cpan.org/Public/Bug/Display.html?id=59790 > > Not sure if anyone can get a new Win32::IPHelper released with the > changes but perhaps Net::DNS can provide a workaround using the > registry like it does for the search list.
Big thanks! Youre patch work and work very fine: https://rt.cpan.org/Public/Bug/Display.html?id=59790 => === On Wed Feb 09 22:15:59 2011, lwsitu [ . . . ] yahoo.com wrote: Show quoted text
> Here is my patch in case anyone else runs into this problem. >I ended up here from trying to use Net::DNS in 64bit Strawberry 5.12.1.
Youre patch: --- IPHelper.pm.1 2008-07-23 19:35:36.000000000 -0400 +++ IPHelper.pm 2011-02-09 22:05:58.000000000 -0500 work and work very fine: For error-free operation of the module Net-Dns in Perl64 on Windows x64 You need to fix the module Win32-IPHelper using patch Win32_IPHelper_64bit.diff http://vvm.blog.tut.by/2011/05/25/for-ok-net-dns-in-perl64-on-windows- x64-need-to-fix-win32-iphelper-using-patch-win32_iphelper_64bit-diff/ Full enviroment: Mini How-To: practical method to install ASSP v2.X on Windows x64 using Strawberry Perl v5.12.X x64 http://vvm.blog.tut.by/2011/05/18/mini-how-to-practically-method-to- install-assp-v2-x-on-windows-x64-by-strawberry-perl-v5-12-2-x64/ == Path with fixed CR-LF: https://rt.cpan.org/Ticket/Attachment/943673/490667/Win32_IPHelper_64bit _fixed_CR-LF.diff
Hi Lian Wan, Your patch is applied in Win32::IPHelper 0.07. Net::DNS will have this version as a dependency on Windows systems. Thanks a lot for solving the issue! -- Willem