출처 : 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>
'linux > Web Server Setting' 카테고리의 다른 글
이클립스로 war 파일 만들어 실행시키자! (0) | 2015.11.19 |
---|---|
XDB,톰캣오류. XDB의 서버 localhost를 사용하려면 사용자 이름과 암호가 필요합니다. (0) | 2015.11.19 |
SELinux 해제 (0) | 2015.11.19 |
리눅스 톰캣, 아파치 연동 참고자료2! (0) | 2015.11.19 |
아파치 웹서버 와 톰캣 연동하기 - tomcat connector(mod_jk) , reverse proxy(mod_proxy) 참고용2 (0) | 2015.11.19 |