Curses Library not found. Please install the appropriate package

Source: Internet
Author: User

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:

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.