728x90
ERROR:
Can't locate Term/ReadKey.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 config.pl line 13.
BEGIN failed--compilation aborted at config.pl line 13.
Solution:
$ perl -MCPAN -eshell
계속 yes하고 진행
Then at the cpan> prompt:
cpan> install Term::ReadKey
정리:
1. perl -MCPAN -eshell 이후 yes하면서 진행
2. install Term::ReadKey 이후 yes하면서 진행
설치가 끝나면 exit로 빠져나오기.
728x90
'Programming > linux왕초보' 카테고리의 다른 글
iptables arm porting (0) | 2013.01.31 |
---|---|
리눅스 특정확장자 하위디렉토리까지 일괄삭제하기 (1) | 2012.12.24 |
checking panel.h usability... no (0) | 2012.10.10 |
/usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory in i686 (0) | 2012.10.10 |
Qt Cross compile (0) | 2012.08.20 |
(target: Desktop) When executing build step 'qmake' (1) | 2012.05.21 |
android compile error: host C++: libutils <= frameworks/base/libs/utils/RefBase.cpp (0) | 2012.04.26 |
kernel make menuconfig: needs ncurses? (0) | 2012.04.25 |
sh파일 실행 시 Syntax error: "(" unexpected 를 만날 때 (0) | 2012.04.23 |
arm kernel 컴파일도중 u-boot 들먹이며 거절할 때 (0) | 2012.04.23 |