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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了checking for termcap functions library... configure: error: No curses/termcap library found相关的知识,希望对你有一定的参考价值。

源码编译mysql-5.1.17 软件,./configure的时候报错:

checking for tgetent in -lncursesw... no
checking for tgetent in -lncurses... no
checking for tgetent in -lcurses... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for termcap functions library... configure: error: No curses/termcap library found

解决办法:

下载安装相应软件包

一、如果你的系统是RedHat系列:

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

 

二、如果你的系统是UbuntuDebian

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


 

待安装completed!之后,再./configure,顺利通过,然后make && make install,成功安装,一切OK~~~



本文出自 “精忠报国” 博客,请务必保留此出处http://xinsir.blog.51cto.com/5038915/1746785

以上是关于checking for termcap functions library... configure: error: No curses/termcap library found的主要内容,如果未能解决你的问题,请参考以下文章

error: No curses/termcap library found

TPM 程序设计基础 2-2 :tpm_func.c 以及 spnam_check.c 分析

No curses/termcap library found

gdb源码安装过程中的问题:no termcap library found

manpage颜色配置

error: No curses/termcap library found的解决办法