安装MYSQL出现checking for termcap functions library
生活随笔
收集整理的这篇文章主要介绍了
安装MYSQL出现checking for termcap functions library
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
安装MYSQL出现checking for termcap functions library…
http://hi.baidu.com/qdxiaocao/blog/item/4ef20e59a9d61c2d2934f0b8.html 如果编译时出现了以下错误:引用:
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 zxvf ncurses-5.6.tar.gz
cd ncurses-5.6
./configure –prefix=/usr –with-shared –without-debug
make
make install clean然后再重新编译Mysql进行安装。
ps:那几个-不要直接拷贝过去 不然运行不成功的
转载于:https://blog.51cto.com/cqfish/158538
总结
以上是生活随笔为你收集整理的安装MYSQL出现checking for termcap functions library的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 一个人的孤独
- 下一篇: 转:Oracle SQL 内置函数大全