Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- null
- 한글
- DB
- exception
- RADIO
- Oracle
- php
- 호환성
- 오라클
- checbox
- jquery
- 전자정부 표준프레임워크
- JSTL
- 이클립스
- 문자열
- 톰캣
- @RequestBody
- spring form tag
- 스크립트
- 네이버스마트 에디터
- switch
- 날짜
- HTML5
- maven
- MYSQL
- html
- SSL
- java
- json
- 웹 플랫폼 설치 관리자
Archives
- Today
- Total
개인적인 정리
Curses library not found. Please install appropriate package, 본문
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
CMake Error at cmake/readline.cmake:71 (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:100 (FIND_CURSES)
cmake/readline.cmake:194 (MYSQL_USE_BUNDLED_EDITLINE)
CMakeLists.txt:1185 (MYSQL_CHECK_EDITLINE)
리눅스에서 MySQL 설치시 위와 같은 오류가 발생
#yum -y install ncurses-devel
'DB > MYSQL' 카테고리의 다른 글
mysql 접속(command line) (0) | 2020.02.06 |
---|---|
Installing MySQL on Linux (0) | 2020.01.11 |
Could not find rpcgen (0) | 2020.01.10 |
Package 'libtirpc', required by 'virtual:world', not found (0) | 2020.01.10 |
Cannot find appropriate system libraries for WITH_SSL=system. (0) | 2020.01.10 |
No CMAKE_CXX_COMPILER could be found. (0) | 2020.01.10 |
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage (0) | 2020.01.10 |
Could NOT find Git (missing: GIT_EXECUTABLE) (0) | 2020.01.10 |
Comments