lenf 发表于 2018-10-4 13:09:27

mysql 5.5 安装报错信息

-- Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)  -- 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:118 (FIND_CURSES)
  cmake/readline.cmake:214 (MYSQL_USE_BUNDLED_READLINE)
  CMakeLists.txt:257 (MYSQL_CHECK_READLINE)
  -- Configuring incomplete, errors occurred!
  解决办法:
  # rm CMakeCache.txt ----解压后的目录
  # yum -y install ncurses-devel*

页: [1]
查看完整版本: mysql 5.5 安装报错信息