-- Found Curses: /usr/lib64/libcurses.so
-- Looking for tputs in /usr/lib64/libcurses.so
-- Looking for tputs in /usr/lib64/libcurses.so - found
-- Looking for 3 include files stdio.h, ..., readline/history.h
-- Looking for 3 include files stdio.h, ..., readline/history.h - not found.
-- READLINE_INCLUDE_DIR READLINE_INCLUDE_DIR-NOTFOUND
-- READLINE_LIBRARY READLINE_LIBRARY-NOTFOUND
CMake Error at cmake/readline.cmake:271 (MESSAGE):
Cannot find system readline libraries.
Call Stack (most recent call first):
CMakeLists.txt:417 (MYSQL_CHECK_EDITLINE)
-- Configuring incomplete, errors occurred!
提示有問題:但有沒說問題在哪..到底是哪個庫函數(shù)沒找到???
CMake Error at cmake/readline.cmake:271 這個271 是指編譯打印出來的行數(shù)吧?
-- Looking for compress
-- Looking for compress - not found
271行差不多就是這個...compress 怎么整出來的?