安装并编辑脚本

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

相关文章:

  • 2021-05-12
  • 2021-08-06
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-12-08
  • 2021-07-02
  • 2021-06-17
猜你喜欢
  • 2021-09-20
  • 2021-12-11
  • 2021-06-14
  • 2021-09-21
  • 2021-11-06
  • 2021-07-23
相关资源
相似解决方案