好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

编译Mysqlconfigure:error:Nocurses/termcaplibraryfoun

在编译Mysql时 ./configure –prefix=DIR ,如果出现了以下错误: …… checking for tgetent in -ltermcap… no checking for termcap functions library… configure: error: No curses/termcap library found 说明 curses/termcap 库没有安装 apt-cache s

在编译Mysql时
./configure –prefix=DIR

,如果出现了以下错误:
……
checking for tgetent in -ltermcap… no
checking for termcap functions library… configure: error: No curses/termcap library found

说明 curses/termcap 库没有安装
apt-cache search curses | grep lib

安装 libncurses5-dev ,然后重新运行配置
apt-get install libncurses5-dev

继续……..

我用F10:

上边的具体细节还希望先yum list | grep ncurses下看看。

yum install ncurses-dev

没有安装gcc的也要yum install gcc下先,不然不会编译。

查看更多关于编译Mysqlconfigure:error:Nocurses/termcaplibraryfoun的详细内容...

  阅读:32次