본문 바로가기

Linux/Tip&Tech

ubuntu mysql 설치시 termcap 에러 발생 해결

./configure 했을때 아래처럼 에러 메세지가 나온다면..

checking for termcap functions library... configure: error: No curses/termcap library found


libncurses5-dev 패키지를 설치 하면 된다.
apt-get install libncurses5-dev

해주면 된다.

또한 아래처럼 openssl 이 설치 되어있는지 확인해 보고 openssl 과 libssl-dev를 설치 하자.
apt-cache search openssl apt-get install libssl-dev