亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標題: percona-server-5.6.24-72.2 編譯疑惑.求解 [打印本頁]

作者: yangjustins    時間: 2015-06-10 17:47
標題: percona-server-5.6.24-72.2 編譯疑惑.求解

編譯語句:
cmake -DCMAKE_INSTALL_PREFIX=/opt/mysql/ -DMYSQL_DATADIR=/opt/mysql/data -DSYSCONFDIR=/opt/mysql -DWITH_INNOBASE_STORAGE_ENGINE=1 -DWITH_ARCHIVE_STORAGE_ENGINE=1 -DWITH_BLACKHOLE_STORAGE_ENGINE=1 -DWITH_FEDERATED_STORAGE_ENGINE=1 -DWITH_PARTITION_STORAGE_ENGINE=1 -DMYSQL_UNIX_ADDR=/tmp/mysqld3306.sock -DMYSQL_TCP_PORT=3306 -DENABLED_LOCAL_INFILE=1 -DEXTRA_CHARSETS=all -DDEFAULT_CHARSET=utf8  -DDEFAULT_COLLATION=utf8_general_ci  -DMYSQL_USER=mysql



編譯的末尾提示的問題...很奇怪..

-- 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 怎么整出來的?


CMakeLists.txt:417  是指CMakeLists.txt的417行曬,也沒啥內容.


作者: yangjustins    時間: 2015-06-10 18:07
我去..找到問題了... readline-devel   這個包沒找到...
yum install  readline-devel   問題解決....
作者: lyhabc    時間: 2015-06-10 23:18
恭喜恭喜,哈哈




歡迎光臨 Chinaunix (http://72891.cn/) Powered by Discuz! X3.2