微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

centos 5.8 编译安装 percona server 5.6.33

根本编译不成功  OS 的库文件版本太低  把时间花在这个上面不值当





cmake . -DCMAKE_INSTALL_PREFIX=/home/mysql/MysqL -DEXTRA_CHARSETS=all  -DENABLE_DOWNLOADS=1 -DWITH_BOOST=/usr/local/boost
-- Running cmake version 2.8.6
-- Could NOT find Git (missing:  GIT_EXECUTABLE) 
-- MysqL 5.6.33-79.0
-- Packaging as: percona-server-5.6.33-79.0-Linux-x86_64
-- HAVE_VISIBILITY_HIDDEN
-- HAVE_VISIBILITY_HIDDEN
-- READLINE_INCLUDE_DIR /usr/include/readline
-- READLINE_LIBRARY /usr/lib64/libreadline.so
-- Using cmake version 2.8.6
-- Not building NDB
-- Not building tokudb-backup-plugin
-- Library perconaserverclient depends on OSLIBS -lpthread;/usr/lib64/libz.so;m;rt;dl
-- Download Failed, error: 7;"Couldn't connect to server"
-- To enable google test, please download http://googlemock.googlecode.com/files/gmock-1.6.0.zip to the directory /home/MysqL/percona-server-5.6.33-79.0/source_downloads
-- If you are inside a firewall, you may need to use an http proxy: export http_proxy=http://example.com:80
-- Library MysqLserver depends on OSLIBS -lpthread;/usr/lib64/libz.so;m;rt;crypt;dl
-- CMAKE_BUILD_TYPE: RelWithDebInfo
-- COMPILE_DEFinitioNS: HAVE_CONfig_H
-- CMAKE_C_FLAGS:  -Wall -Wextra -Wformat-security -Wwrite-strings -Wdeclaration-after-statement
-- CMAKE_CXX_FLAGS:  -Wall -Wextra -Wformat-security -Woverloaded-virtual -Wno-unused-parameter
-- CMAKE_C_FLAGS_RELWITHDEBINFO: -O3 -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF
-- CMAKE_CXX_FLAGS_RELWITHDEBINFO: -O3 -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -DDBUG_OFF
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:


    WITH_BOOST

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐