【问题标题】:Error while installing PostgreSQL on CentOS 6.5在 CentOS 6.5 上安装 PostgreSQL 时出错
【发布时间】:2016-07-25 07:29:44
【问题描述】:

我正在尝试使用命令在CentOS 6.5 上安装PostgreSQL 9.3

rpm -i https://download.postgresql.org/pub/repos/yum/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-2.noarch.rpm

但我收到一条错误消息:

curl: (35) SSL connect error
error: skipping https://download.postgresql.org/pub/repos/yum/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-2.noarch.rpm - transfer failed

请帮忙!

【问题讨论】:

    标签: postgresql centos6.5


    【解决方案1】:

    请按以下步骤操作:

    1-首先下载rpm文件:

    wget https://download.postgresql.org/pub/repos/yum/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-2.noarch.rpm
    

    2- 然后安装它:

    rpm -ivh pgdg-centos93-9.3-2.noarch.rpm
    

    这些命令的结果是什么?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-01-18
      • 1970-01-01
      • 2016-08-20
      • 2014-10-27
      • 2015-05-11
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多