Q、编译安装mysql的时候出现:
configure: error: No curses/termcap library found
A、没有安装ncurses这个软件。需要加载其中的链接库 libncursesw.so
./configure –with-named-curses-libs=/usr/lib/libncursesw.so.5
Comments are closed.