mysql安裝錯誤缺少ncurses安裝問題
mysql版本:5.1.30
www.2cto.com
已經不記得這次是第幾次安裝mysql了,遇到這個問題倒是第一次。
之前在tar,./configure,make,make install 經典四步時,從來沒有想過其中的過程,只覺得像例行公事一樣,做就是了。
不幸的是,這次在./configure後,make時出現以下錯誤:
make: *** No targets specified and no makefile found. stop.
本來這次還是想向別人請教的,後來轉念一想,前段時間還告訴自己:遇到問題,首先想到自己解決。
於是,在網上找到相關資料,確認是./configure出了問題,於是回頭查看,果然發現問題:
最後幾行出了錯。完整錯誤信息如下:
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 functions library... configure: error: No curses/termcap library found
原因:
缺少ncurses安裝。