源码编译mysql-5.6.12,cmake出现下面错误,没有发现Curese,按照提示删除CMakeCache.txt,安装相应软件包yum install ncurses-devel.重新启动camek,问题解决


-- Configuring incomplete-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)

CMake Error at cmake/readline.cmake:85 (MESSAGE):

 Curses library not found.  Please install appropriate package,


     remove CMakeCache.txt and rerun cmake.On Debian/Ubuntu, package name is libncurses5-dev, on Redhat and derivates it is ncurses-devel.

Call Stack (most recent call first):

 cmake/readline.cmake:128 (FIND_CURSES)

 cmake/readline.cmake:202 (MYSQL_USE_BUNDLED_EDITLINE)

 CMakeLists.txt:325 (MYSQL_CHECK_EDITLINE)