Subject: | Net::DNS version 1.01 required--this is only version 0.83 |
Date: | Wed, 9 Sep 2015 08:35:59 -0400 (EDT) |
To: | bug-Net-DNS [...] rt.cpan.org |
From: | "William F. Maton Sotomayor" <wmaton [...] ottix.net> |
Hi
After upgrading from an older DNS::SEC, I'm getting the following when
trying a program afterwards:
Net::DNS version 1.01 required--this is only version 0.83 at /usr/local/lib/perl5/site_perl/5.20.2/Net/DNS/SEC.pm line 37.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.20.2/Net/DNS/SEC.pm line 37.
Compilation failed in require at grok.pl line 9.
BEGIN failed--compilation aborted at grok.pl line 9.
This was using CPAN to do the upgrades, here's what's installed now
according to that:
cpan[3]> install Net::DNS::SEC
Net::DNS::SEC is up to date (1.01).
cpan[4]> install Net::DNS
Running install for module 'Net::DNS'
NLNETLABS/Net-DNS-1.01.tar.gz
Has already been unwrapped into directory
/usr/src/perl/cpan/build/Net-DNS-1.01-zZERdi
NLNETLABS/Net-DNS-1.01.tar.gz
Has already been prepared
NLNETLABS/Net-DNS-1.01.tar.gz
Has already been made
NLNETLABS/Net-DNS-1.01.tar.gz
Has already been tested successfully
NLNETLABS/Net-DNS-1.01.tar.gz
Already done
And was installed.
This has happened before, but what I needed to do was revert to
Net::DNS 0.83 by manually deleting anything Net::DNS and then installing
0.83 by hand.
wfms