Linux源碼編譯安裝mysql5.7報(bào)錯(cuò)Could NOT find Curses (missing CURSES_LIBRARY CURSES_INCLUDE_PATH)解決辦法
2017-01-15 21:34:42
10352
Linux源碼預(yù)編譯安裝mysql5.7報(bào)錯(cuò)Could NOT find Curses (missing CURSES_LIBRARY CURSES_INCLUDE_PATH)解決辦法:
報(bào)錯(cuò):
Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
CMake Error at cmake/readline.cmake:82 (MESSAGE):
Curses library not found. Please install appropriate package,
解決辦法:
rm -f CMakeCache.txt
yum install ncurses-devel bison -y
重新預(yù)編譯,問題解決。