fwaeytens / dnsenum

dnsenum is a perl script that enumerates DNS information
614 stars 132 forks source link

dnsenum.pl line 55 #7

Open chundo opened 8 years ago

chundo commented 8 years ago

**I 'm installing ubuntu and I get error

** perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("en_US.UTF-8"). Can't locate Net/IP.pm in @INC (you may need to install the Net::IP module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at dnsenum.pl line 55. BEGIN failed--compilation aborted at dnsenum.pl line 55.

fwaeytens commented 8 years ago

You need to install the perl modules.

http://youtu.be/_8kHTK3PhW4

On 11 May 2016, at 18:39, chundo notifications@github.com wrote:

**I 'm installing ubuntu and I get error

** perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("en_US.UTF-8"). Can't locate Net/IP.pm in @INC (you may need to install the Net::IP module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at dnsenum.pl line 55. BEGIN failed--compilation aborted at dnsenum.pl line 55.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub