![[error]cmake 설치시 could not find curses문제](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FJE9vL%2FbtrRsVmpiQe%2F9NXHGQncrLMYmDc1ekfjxK%2Fimg.jpg)
# 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) ..