RE: Unable to install Net::IP

2014-12-02 Thread zac
Hello everybody,Thank you very much John for your insight on this.It turns out, I didn't know that make was not installed on my server; it came right back to life when after I ran sudo apt-get install make.Issue resolved!Thanks again everybody!Zac OrtizPower Switch of Tulsa, LLC Original

Re: Unable to install Net::IP

2014-12-02 Thread John SJ Anderson
Whenever you have a module installation fail, your first step should be to ask: is it failing for other people? Results of CPAN Testers (which is basically a distributed testing network) are available on the dist's MetaCPAN page. For Net::IP, that's here: https://metacpan.org/pod/Net::IP (Spoiler

Re: Unable to install Net::IP

2014-12-02 Thread Brandon McCaig
On Tue, Dec 2, 2014 at 5:17 PM, wrote: > Hi, Hello, > I'm unable to find information on this issue. Whenever I try to install > Net::IP (to do a simple DHCP configuration file that will make IP address > reservations DNS files that will do forward and reverse lookups) it gives me > the followi

Unable to install Net::IP

2014-12-02 Thread zac
Hi,I'm unable to find information on this issue.  Whenever I try to install Net::IP (to do a simple DHCP configuration file that will make IP address reservations DNS files that will do forward and reverse lookups) it gives me the following results:root@SERVER:~# cpan -i Net::IPReading '/root/.cpan

Re: What Happened to Net::DNS and a few others on December 1?

2014-12-02 Thread Martin G. McCormick
Shlomi Fish writes: > There could be several reasons: > > 1. The @INC of the installed module was perl-version-specific. E.g in my > perl > -V: > As you can see, some of them are versioned and if the previous versions > are not > added to the inc of the new perl, the modules installed there won

Re: What Happened to Net::DNS and a few others on December 1?

2014-12-02 Thread Shlomi Fish
Hi Martin, On Tue, 02 Dec 2014 11:45:58 -0600 "Martin G. McCormick" wrote: > We run some FreeBSD systems using FreeBSD9.1 and 9.3 and > the response to perl -version is: > > This is perl 5, version 18, subversion 4 (v5.18.4) built for > amd64-freebsd-thread-multi > > On December 1

What Happened to Net::DNS and a few others on December 1?

2014-12-02 Thread Martin G. McCormick
We run some FreeBSD systems using FreeBSD9.1 and 9.3 and the response to perl -version is: This is perl 5, version 18, subversion 4 (v5.18.4) built for amd64-freebsd-thread-multi On December 1 of 2014, we were alerted to the fact that some perl scripts were no longer working. The