[cmake]could not find curses
2015. 7. 12. 17:33ㆍerror
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
-- 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 파일을 지윈 뒤 다시 cmake를 해준다.
'error' 카테고리의 다른 글
ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value (0) | 2015.07.13 |
---|---|
cmake 설치 에러 (0) | 2015.07.12 |
[error]configure: error: APR not found. Please read the documentation (0) | 2015.07.10 |