google-code-export / wepbuster

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

Compilation aborted??? #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I get the following error when executing wepbuster command.

commandrine@bridge:~/wepbuster-1.0_beta$ perl wepbuster 
Can't locate Expect.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /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 cantona...@gmail.com on 2 Mar 2010 at 3:57

GoogleCodeExporter commented 9 years ago
Hello,
same for me with the latest version.
Try http://www.tumblr.com/tagged/Can%27t+locate+Expect.pm+in+%40INC 

It's working for me =)

Original comment by f.vann...@gmail.com on 6 Mar 2010 at 8:32

GoogleCodeExporter commented 9 years ago
herre you go download it 
http://search.cpan.org/CPAN/authors/id/R/RG/RGIERSIG/Expect-1.21.tar.gz

and install it
tar -xlf Expect-1.21.tar.gz
perl Makefile.PL
make test
make install

Original comment by bersebu...@gmail.com on 6 Apr 2010 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by markjays...@gmail.com on 7 Apr 2010 at 3:02