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

checking for tgetent in -ltermcap... no

checking for tgetent in -ltinfo... no

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


安装mysql的时候出现了No curses,


解决方式(CentOS)

yum list|grep ncurses
yum -y install ncurses-devel
yum install ncurses-devel


如果是(Ubuntu)可以这个样子。

apt-cache search ncurses
apt-get install libncurses5-dev

你可能感兴趣的:(checking for termcap functions library... configure: error: No curses/termcap library found)