Android
perl switch
Real_G
2015. 1. 26. 23:19
반응형
android build 하다가 이렇게 어쩌구 저쩌구 나올 때.
can't locate switch.pm in @inc (you may need to install the switch module
이렇게 perl switch 깔아주면 된다.
sudo apt-get install libswitch-perl
perl 5.14 이후 Switch 모듈이 제거되면서 발생하는 에러다.
Ubuntu14.04 에는 기본적으로 perl5.18 이 설치되어 있기 때문에 따로 설치 해줘야 한다.
반응형