Curses Library not found. Please install the appropriate package
Today, when installing mysql-5.5.47, the following error is reported:
--Could not find OpenSSL (missing:openssl_libraries openssl_include_dir)
--Could not find Curses (missing:curses_library curses_include_path)
CMake Error at cmake/readline.cmake:83 (MESSAGE):
Curses Library not found. Please install the appropriate package,
Remove CMakeCache.txt and rerun CMake. On Debian/ubuntu, package name was Libncurses5-dev, on Redhat and derivates it was ncurses-devel.
Call Stack (most recent call first):
cmake/readline.cmake:118 (find_curses)
cmake/readline.cmake:214 (Mysql_use_bundled_readline)
cmakelists.txt:257 (Mysql_check_readline)
--Configuring incomplete, Errors occurred!
Workaround:
Rm-f CMakeCache.txt
Yum-y Install Ncurses-devel
Then use CMake to compile it.
This article is from the IT Network Tanuvi blog, be sure to keep this source http://03301216.blog.51cto.com/4550876/1734340
MySQL source code compilation installation Error-curses_library