dory has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I dont know almost anything about PERL, anyway I am trying to execute an application and
the compiler error message is the following:
cpiaia@italia:~/perl$ perl5.8.8 arp.pl Can't locate List/MoreUtils.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/p +erl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.7 .) at /usr/local/li +b/perl/5.8.8/Net/RawIP.pm line 87. BEGIN failed--compilation aborted at /usr/local/lib/perl/5.8.8/Net/Raw +IP.pm line 87. Compilation failed in require at arp.pl line 10. BEGIN failed--compilation aborted at arp.pl line 10."
And line 10 is: "use Net::RawIP;"
I had alredy installed the necessary libraries, but the error persists.
What's going on?
20070905 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: BEGIN failed--compilation aborted at arp.pl line 10.
by marto (Cardinal) on Sep 04, 2007 at 14:05 UTC | |
by dory (Initiate) on Sep 04, 2007 at 16:59 UTC | |
|
Re: BEGIN failed--compilation aborted at arp.pl line 10.
by pajout (Curate) on Sep 04, 2007 at 14:04 UTC | |
by dory (Initiate) on Sep 04, 2007 at 16:58 UTC |