Tuesday, April 17, 2012

Fix Can't locate perl Install.pm debian



$ perl Makefile.PL
Can't locate inc/Module/Install.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.

$ sudo apt-get install libmodule-install-perl

thanks
http://www.bioperl.org/wiki/Tutorial:Installing_Perl_modules#Debian

No comments:

Post a Comment