MySQL-curses/termcap缺失

环境:通前篇

1、错误:缺少 /curses/temrcap

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

2、解决方法:

2.1、查看所有已经安装和可以安装的有关ncurses的程序包

[[email protected] updates]# yum list | grep ncurses
ncurses.x86_64                         5.7-3.20090208.el6                @anaconda-CentOS-201311272149.x86_64/6.5
ncurses-base.x86_64                    5.7-3.20090208.el6                @anaconda-CentOS-201311272149.x86_64/6.5
ncurses-libs.x86_64                    5.7-3.20090208.el6                @anaconda-CentOS-201311272149.x86_64/6.5
ncurses-devel.i686                     5.7-3.20090208.el6                base
ncurses-devel.x86_64                   5.7-3.20090208.el6                base
ncurses-libs.i686                      5.7-3.20090208.el6                base
ncurses-static.x86_64                  5.7-3.20090208.el6                base
ncurses-term.x86_64                    5.7-3.20090208.el6                base   

2.2、安装所需软件

# yum -y install ncurses-devel

3、若为Ubuntu/Debian系列,用:

apt-cache search ncurses

apt-get install libncurses5-dev

(未测试)

以上参考网址:

http://www.shangxueba.com/jingyan/121278.html (问题解决的方法)

http://www.cnblogs.com/chuncn/archive/2010/10/17/1853915.html (yum参数说明)

时间: 2024-12-26 17:07:19

MySQL-curses/termcap缺失的相关文章

MySQL编译安装错误:No curses/termcap library found的解决方法

CentOS编译安装MySQL,./coonfigure时出现错误: checking for termcap functions library... configure: error: No curses/termcap library found 解决方法:安装 1.下载网址:ftp://invisible-island.net/ncurses/ # tar -zvxf ncurses-5.7.tar.gz # ./configure # make # make install 2.安装了

No curses/termcap library found

CentOS6.5中编译Mysql时遇见如下错误 error: No curses/termcap library found 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 function

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

mysql版本:5.1.30 已经不记得这次是第几次安装mysql了,遇到这个问题倒是第一次. 之前在tar,./configure,make,make install 经典四步时,从来没有想过其中的过程,只觉得像例行公事一样,做就是了. 不幸的是,这次在./configure后,make时出现以下错误: make: *** No targets specified and no makefile found. stop. 本来这次还是想向别人请教的,后来转念一想,前段时间还告诉自己:遇到问题,

error: no curses/termcap library found

[[email protected] mysql-5.1.73]# ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install..

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 t

源码安装mysql出现 No curses/termcap library found   错误

这个问题主要是没有安装  ncurses 通过查看可以看出,缺少  ncurses-devel 包,通过yum 安装即可

linux下mysql多实例安装(转)

转自:http://www.cnblogs.com/xuchenliang/p/6843990.html 1.MySQL多实例介绍 1.1.什么是MySQL多实例 MySQL多实例就是在一台机器上开启多个不同的服务端口(如:3306,3307),运行多个MySQL服务进程,通过不同的socket监听不同的服务端口来提供各自的服务:: 1.2.MySQL多实例的特点有以下几点 1:有效利用服务器资源,当单个服务器资源有剩余时,可以充分利用剩余的资源提供更多的服务. 2:节约服务器资源 3:资源互相

mysql安装报错

如果编译时出现了以下错误:checking for tgetent in -ltermcap- nochecking for termcap functions library- configure: error: No curses/termcap library found说明 curses/termcap 库没有安装去下载一个ncurses-5.6.tar.gz,wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gztar zx

linux apache + mysql +php no-yum

学习PHP脚本编程语言之前,必须先搭建并熟悉开发环境,开发环境有很多种,例如LAMP.WAMP.MAMP等.这里我介绍一下LAMP环境的搭建,即Linux.Apache.MySQL.PHP环境. 一.首先安装操作系统 操作系统:centos6.3 IP地址:192.168.146.129 网关: DNS: 操作系统安装步骤,此处不在给出截图. 备注:服务器系统采用最小化安装,安装一下GCC编译工具和一个桌面即可.如下图所示: <a href="http://www.php100.com/u