编译mysql时候,No curses/termcap library found 错误
./configure 后,出现 “checking for termcap functions library… configure: error: No curses/termcap library found”错误,发现是没有安装curses/termcap库,#apt-get install libncurses5-dev
安装下就好了
PHP中文网,因为专业所以权威!
./configure 后,出现 “checking for termcap functions library… configure: error: No curses/termcap library found”错误,发现是没有安装curses/termcap库,#apt-get install libncurses5-dev
安装下就好了