编译 Greenplum 开源版本

原创
2017/06/05 18:04
阅读数 596

本次编译环境基于 CentOS 7.3 (1611) 系统。

安装必备的包:

yum install -y perl-ExtUtils-Embed readline-devel zlib-devel pam-devel libxml2-devel libxslt-devel openldap-devel python-devel gcc-c++   openssl-devel cmake 

yum install -y psutils-perl.noarch psutils.x86_64
yum install -y liblockfile-devel.x86_64 liblockfile.x86_64 python-lockfile.noarch
yum install -y python-paramiko.noarch
yum install -y python-setuptools.noarch
yum install -y epydoc.noarch
yum install -y apr-util-devel.x86_64

yum install -y libevent libevent-devel.x86_64
yum install -y curl libcurl-devel.x86_64 bzip2-devel.x86_64 libyaml-devel.x86_64


yum install -y bison-devel.x86_64 bison flex

源码下载地址:

https://github.com/greenplum-db/gpdb

下载后进入相关目录,开始编译:

make distclean

./configure --with-perl --with-python --with-libxml --enable-mapreduce --prefix=/usr/local/gpdb

make

make install

 

 

 

 

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
3 收藏
0
分享
返回顶部
顶部