centos7 kudu源码编译安装

2021/5/21 7:27:23

本文主要是介绍centos7 kudu源码编译安装,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

centos7 64位;
内存:8G以上
存储空间:20G以上
支持SSE 4.2 supported
grep -q sse4_2 /proc/cpuinfo && echo “SSE 4.2 supported” || echo “SSE 4.2 not supported”

安装过程如下:

Install the prerequisite libraries, if they are not installed.

$ sudo yum install autoconf automake cyrus-sasl-devel cyrus-sasl-gssapi
cyrus-sasl-plain flex gcc gcc-c++ gdb git java-1.8.0-openjdk-devel
krb5-server krb5-workstation libtool make openssl-devel patch
pkgconfig redhat-lsb-core rsync unzip vim-common which

If building on RHEL or CentOS older than 8.0, install the Red Hat Developer Toolset. Below are the steps required for CentOS. If you are on RHEL, fol



这篇关于centos7 kudu源码编译安装的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程