사이트 내 전체검색
Ubuntu 10.04 에서 mysql-4.1 소스 컴파일 오류 - configure error: No curses/termcap library found
로빈아빠
https://cmd.kr/server/1100 URL이 복사되었습니다.

본문

Ubuntu - configure error: No curses/termcap library found


I always run into this at the configure stage when compiling mysql on a fresh Ubuntu installation. I guess I should just use the binary release instead, but I feel better knowing that all my server software is compiled on the same hardware that it's going to run on..


Anyway, for ubuntu and debian users, this error is easily fixed simply by installing the ncurses developer libraries using the following command:

apt-get install libncurses5-dev

Mysql 컴파일시 

에러:checking for termcap functions library... configure: error: No curses/termcap library found
(termcap 라이브러리를 찾을수 없어서 에러가 발생)

* libtermcap 라이브러리는 libtermcap-devel 패키지에 포함되어 있다.

일단 termcap , libtermcap, libtermcap-devel이 설치되어 있는지 확인하자.

#rpm -qa | grep termcap

#rpm -qa | grep libtermcap

없다면 설치

$yum install libtermcap-devel

설치가 잘 될꺼다. ㅎㅎ

댓글목록

등록된 댓글이 없습니다.

1,139 (6/23P)

Search

Copyright © Cmd 명령어 52.15.231.106