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
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
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
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
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
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
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