[error]cmake 설치시 could not find curses문제# DataBase/Mysql(MariaDB)2015. 8. 16. 06:09
Table of Contents
728x90
반응형
에러내용
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
CMake Error at cmake/readline.cmake:85 (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:128 (FIND_CURSES)
cmake/readline.cmake:202 (MYSQL_USE_BUNDLED_EDITLINE)
CMakeLists.txt:406 (MYSQL_CHECK_EDITLINE)
-- Configuring incomplete, errors occurred!
해결방법
[darksharavim]yum -y install ncurses-devel
ncurses-devel를 설치해줘도 위와같은 에러가 나올때가있다
그럴땐 CMakeCache.txt 파일을 지윈뒤 다시 cmake를 해준다.
728x90
반응형
'# DataBase > Mysql(MariaDB)' 카테고리의 다른 글
mysql select query 결과 파일 저장 (0) | 2015.08.16 |
---|---|
mysql dump 옵션정리 (0) | 2015.08.16 |
mysql db 다중 테이블 조인 (0) | 2015.08.16 |
mysql replication 설정 (0) | 2015.08.16 |
FATAL ERROR: Could not find ./bin/my_print_defaults' (0) | 2015.08.16 |
@다크쉐라빔 :: 다크쉐라빔의 주절주절
안녕하세요. 이곳은 IT위주의 잡다한 정보를 올려두는 개인 블로그입니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!