安装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的全部內容,希望文章能夠幫你解決所遇到的問題。