configure: error: No curses/termcap library found
Redhat 계열 Linux MySQL 설치중 configure 과정에서 나타나는 에러
curses 가 없어서 나타나는 현상으로
yum 으로 간단히 설치(해결) 할 수 있다.
yum -y install ncurses-devel
Redhat 계열 Linux MySQL 설치중 configure 과정에서 나타나는 에러
curses 가 없어서 나타나는 현상으로
yum 으로 간단히 설치(해결) 할 수 있다.
yum -y install ncurses-devel