출처 :  http://guraguna.tistory.com/90

 

-- 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!

#yum -y install ncurses-devel


ncurses-devel를 설치해줘도 위와같은 에러가 나올때가있다

그럴땐 CMakeCache.txt 파일을 지윈뒤 다시 cmake를 해준다.

<script src="http://guraguna.tistory.com/plugin/CallBack_bootstrapper?&src=http://s1.daumcdn.net/cfs.tistory/resource/1724/blog/plugins/CallBack/callback&id=90&callbackId=guragunatistorycom903731&destDocId=callbacknestguragunatistorycom903731&host=http://guraguna.tistory.com&float=left&random=263"></script>

+ Recent posts