安装MYSQL error: No curses/termcap library found
(2011-11-21 16:57:48)
标签:
it |
分类: linux知识 |
checking for termcap functions library... configure: error: No curses/termcap library found
报错.
查看文件是否安装
[root@localhost
mysql-5.1.52]# rpm -qa | grep curses
ncurses-5.5-24.20060715
[root@localhost
mysql-5.1.52]# rpm -qa | grep termcap
libtermcap-2.0.8-46.1
termcap-5.5-1.20060701.1
未安装的下载包安装或者从光盘安装
安装好的编译带上文件路径
./configure
--prefix=/usr/local/mysql
--with-named-curses-libs=/usr/lib/libncurses.so.5