2015. 5. 26. 15:42
[Embeded]
SNMP 구현을 위해서 소스를 다운받아서 make 하는데
계속 빌드 에러로 진행이 안되었다.
/usr/bin/ld: cannot find -lperl
collect2: error: ld returned 1 exit status
apt-get 으로 해당 라이브러리를 다운받아 설치하면 된다.
참고사이트
http://stackoverflow.com/questions/17576911/cannot-find-lperl-doing-a-makefile-on-c
'Embeded' 카테고리의 다른 글
visual studio 에서 htonl, htons 등 관련 에러 해결 방법 (0) | 2016.07.01 |
---|---|
ubuntu 10.04 tftp 설정 (tftpd-hpa) (0) | 2013.11.28 |