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

2012-11-20 杜世伟 Mysql

今天在虚拟机中安装mysql-5.1.35.tar.gz的时候,编译的过程中出现了checking for termcap functions library... configure: error: No curses/termcap library found错误!网上百度了一下,知道了问题的结果是curses/termcap 库没有安装!


wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
tar zxvf ncurses-5.6.tar.gz
cd ncurses-5.6
./configure –prefix=/usr –with-shared –without-debug
make
make install clean

然后再重新编译mysql进行安装!

标签: error termcap configure: No curses/termcap library

Powered by emlog 沪ICP备2023034538号-1