Every time I install mysql5.5, I always report an error:
--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!configuration cannot continue.
Here's a good way to do it.
is to use the following statement, for example:
Rm-f CMakeCache.txt
Delete the generated CMakeCache.txt file that you just compiled
Install Ncurses-devel package Yum Install Ncurses-devel
Curses Library not found. Please install the appropriate package