![[error]cmake 설치시 could not find curses문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FJE9vL%2FbtrRsVmpiQe%2FAAAAAAAAAAAAAAAAAAAAAPcezKCYvPtykPbOLmdDUpvZbfkwJVgMaHiP1IIsz2vZ%2Fimg.jpg%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DHUWIAGExc%252B%252Fg%252BnZPuujbeMN0oiY%253D)
# DataBase/Mysql(MariaDB)2015. 8. 16. 06:09[error]cmake 설치시 could not find curses문제
에러내용 -- 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) ..