linux에 mysql 설치중 오류
./configure 하는중 다음 오류가 날경우 해결
checking for termcap functions library... configure: error: No curses/termcap library found
해당 라이브러리를 찾지 못해 생기는 오류이다.
yum으로 라이브러리를 설치한다.
./configure 하는중 다음 오류가 날경우 해결
checking for termcap functions library... configure: error: No curses/termcap library found
해당 라이브러리를 찾지 못해 생기는 오류이다.
yum으로 라이브러리를 설치한다.
#yum -y install ncurses-devel |
'Linux' 카테고리의 다른 글
[Linux] CentOS5.3 에 JAVA(JDK) 설치 (0) | 2010.02.28 |
---|---|
[fedora] Sendmail, dovecot, pop3, sasl (0) | 2009.12.21 |