google-code-export / wepbuster

Automatically exported from code.google.com/p/wepbuster
2 stars 4 forks source link

What to do if this happens #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I run it like this "sudo ./wepbuster" and it shows me this:

Can't locate Expect.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at ./wepbuster line 5.
BEGIN failed--compilation aborted at ./wepbuster line 5.

Original issue reported on code.google.com by rim...@gmail.com on 18 Sep 2011 at 11:45

GoogleCodeExporter commented 9 years ago
You have to install the Perl/CPAN module "expect". Maybe it's packaged for your 
distribution, search for "expect" or "perl-expect", i.e. apt-cache search 
expect.

Original comment by rodermax...@gmail.com on 27 Sep 2011 at 6:37