[Email protected] mysql-5.5.11]# CMake.
The following error message appears:
--Could not find Curses (missing:curses_library curses_include_path)
CMake Error at cmake/readline.cmake:82 (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:126 (find_curses)
--Configuring incomplete, Errors occurred!
[email protected] mysql-5.5.11]# Yum install Ncurses-devel
--Configuring DONE
--generating DONE
--Build files has been written to:/SOFTWARE/MYSQL-5.5.11
[email protected] mysql-5.5.11]# Yum Install Bison
[[email protected] mysql-5.5.11]# make && make install
The compilation is complete.
Linux installation MySQL appears could not find Curses (missing curses_library curses_include_path), tips workaround