[펌] http://blog.naver.com/PostView.nhn?blogId=kyagami&logNo=80118110754
[/usr/bin/ld: cannot find」관련 에러의 경우, 라이브러리가 설치 안되있는 경우에 발생하는 에러로
/usr/bin/ld: cannot find -lncurses의 "-l"을뺀 부분이 대게 라이브러리명이 되는듯(100%는 아님 )
이것같은경우는 ncurses 임
라이브러리 검색
# yum list | grep ncurses
출력되는 리스트에서 적당한걸 찾아서 설치 해준당
curses.x86_64 5.4-15.el4 installed
ncurses-devel.x86_64 5.4-15.el4 base
ncurses.i386 5.4-15.el4 base
ncurses-devel.i386 5.4-15.el4 base
php-ncurses.x86_64 4.3.9-3.29 update
.
# yum -y intstall ncurses-devel.x86_64
curses.x86_64 5.4-15.el4 installed
ncurses-devel.x86_64 5.4-15.el4 installed
ncurses.i386 5.4-15.el4 base
ncurses-devel.i386 5.4-15.el4 base
php-ncurses.x86_64 4.3.9-3.29 update
'Server&OS > Linux' 카테고리의 다른 글
linux에서 sqlplus 실행시 libclntsh.so.11.1 permission 에러가 떨어질때 (0) | 2012.08.28 |
---|---|
How to install mp4box on centos (0) | 2012.07.24 |
리눅스에서 오라클 실행. (0) | 2012.07.03 |
오라클 실행시 에러가 발생할 경우 (0) | 2012.07.03 |
CentOS 5.x에 Oracle11g R2설치 (0) | 2012.07.03 |