古城热线 发表于 2018-5-11 12:21:32

remove CMakeCache.txt and rerun cmake.on Redhat and derivates it is ncurses

  -- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
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:127 (FIND_CURSES)
cmake/readline.cmake:217 (MYSQL_USE_BUNDLED_LIBEDIT)
CMakeLists.txt:257 (MYSQL_CHECK_READLINE)

-- Configuring incomplete, errors occurred!

解决方法:
安装ncurses-devel
yum -y install ncurses-devel

删除CMakeCache.txt
  
页: [1]
查看完整版本: remove CMakeCache.txt and rerun cmake.on Redhat and derivates it is ncurses