首页 > 其他 > 详细

postgres-xl 集体搭建(1)

时间:2016-03-09 17:22:35      阅读:236      评论:0      收藏:0      [点我收藏+]

安装并编辑脚本

cd /opt/
curl -O http://files.postgres-xl.org/postgres-xl95r1beta1.tar.gz
tar -zxvf postgres-xl95r1beta1.tar.gz
mv postgres-xl95r1beta1 postgres-xl
cd postgres-xl
yum install -y gcc
yum install -y readline-devel
yum install -y perl
yum install -y flex bison
yum install -y zlib-devel
./configure
make
make install

postgres-xl 集体搭建(1)

原文:http://www.cnblogs.com/zhangeamon/p/5258654.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!