输入banner图图片脚本导航/分类

编译安装mysql出错error:Nocurses/termcaplibraryfou..的问题_MySQL

bitsCN.com


编译安装mysql出错error:No curses/termcap library fou..的问题

安装MySQL(版本mysql-5.0.22)时

在执行./configure时出现configure: error: No curses/termcap library found

解决方法:

./configure --with-named-curses-libs=/usr/lib/libncursesw.so.5

bitsCN.com