首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

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

2012-08-14 
checking for termcap functions library... configure: error: No curses/termcap li在编译Mysql时./conf

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

在编译Mysql时./configure --prefix=DIR如果出现了以下错误:
checking for tgetent in -ltermcap... no
checking for termcap functions library... configure: error: Nocurses/termcap library found


说明 curses/termcap 库没有安装
编译安装ncurses-5.7.tar.gz,
wget ftp://invisible-island.net/ncurses/ncurses-5.7.tar.gz
tar zxvf ncurses-5.7.tar.gz
cd ncurses-5.7
./configure -prefix=/usr/local -with-shared -without-debug
make
make install clean

热点排行