MySQL安装报错

CMake Error at cmake/readline.cmake:83 (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:118 (FIND_CURSES)
  cmake/readline.cmake:214 (MYSQL_USE_BUNDLED_READLINE)
  CMakeLists.txt:268 (MYSQL_CHECK_READLINE)
 
 
发现报错 :Curses library not found.  Please install appropriate package,
表示缺少ncurses-devel
yum install -y ncurses-devel   安装即可解决
rm -rf CMakeCache.txt
cmake 继续编译安装
posted @ 2019-04-01 20:33  翎戍  阅读(197)  评论(0编辑  收藏  举报