您的位置:首页 > 数据库 > MySQL

安装MYSQL出现checking for termcap functions

2013-01-07 09:50 288 查看
root@myserver lamp]#checking for termcap functions library... configure: error: No curses/termca如果编译时出现了以下错误:
checking for tgetent in -ltermcap… no
checking for termcap functions library… configure: error: No curses/termcap library found
说明 curses/termcap 库没有安装
去下载一个ncurses-5.6.tar.gz使用debian的用户,直接apt-get install ncurses* 搞定
转载地址:http://loveyou913.blog.51cto.com/1188070/385547
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐