can't install pg 12 beta on centos 6

From: Kevin Brannen <KBrannen(at)efji(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: can't install pg 12 beta on centos 6
Date: 2019-09-23 19:04:51
Message-ID: DM6PR19MB3451489FD340FC169BC80EF1A4850@DM6PR19MB3451.namprd19.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I thought I’d get a jump on testing this since we’re a little slow sometimes. 😊

I’ve spun up a new VM with Centos 6.10 (the latest). I found https://yum.postgresql.org/testing/12/redhat/rhel-6-x86_64/repoview/ to get the packages (BTW, that was kind of hard to find). I ended up with:

postgresql12-12beta4-1PGDG.rhel6.x86_64.rpm
postgresql12-contrib-12beta4-1PGDG.rhel6.x86_64.rpm
postgresql12-libs-12beta4-1PGDG.rhel6.x86_64.rpm
postgresql12-plperl-12beta4-1PGDG.rhel6.x86_64.rpm
postgresql12-server-12beta4-1PGDG.rhel6.x86_64.rpm

Then I did an “rpm -ivh *” and found I was missing a few things. I downloaded and installed most of what was missing, but I’ve got 2 dependencies that I can’t resolve.

error: Failed dependencies:
python2-libs is needed by postgresql12-12beta4-1PGDG.rhel6.x86_64
openssl-libs >= 1.0.2k is needed by postgresql12-libs-12beta4-1PGDG.rhel6.x86_64

Openssl is at “1.0.1e” from CentOS. So where does this “1.0.2k” come from?

Centos 6.10 has nothing called python2-libs, though I do have:

$ rpm -qa | grep python | grep libs
python-libs-2.6.6-66.el6_8.x86_64

It *feels* like the packager of the PG rpms took a dependency list from RH 7.x and gave it to RH 6.x.

Since this is only a test on my part, I wanted to use the community packages instead of building from source. Am I going to have to build from source at this point in the game until we get to at least the RC’s?

Thanks,
Kevin
This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential information. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, distribution, review, copy or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify us by reply e-mail, and destroy the original transmission and its attachments without reading them or saving them to disk. Thank you.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2019-09-23 19:06:38 Re: Error during analyze after upgrade from 10.10 -> 11.4
Previous Message Ben Snaidero 2019-09-23 18:40:00 Error during analyze after upgrade from 10.10 -> 11.4