Re: can't install pg 12 beta on centos 6

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Kevin Brannen <KBrannen(at)efji(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: can't install pg 12 beta on centos 6
Date: 2019-09-23 19:37:23
Message-ID: d574998c-76ff-e9ae-53e3-4bc5fdedb544@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/23/19 12:04 PM, Kevin Brannen wrote:
> 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:

You might want to take a look at:

https://people.planetpostgresql.org/devrim/index.php?/archives/101-Installing-PostgreSQL-12-betaRC-on-RHELCentOSFedora.html

and change to RH/CentOS 6.

>
> 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.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Lewis 2019-09-23 19:53:58 Re: Autovacuum lock conflict
Previous Message Kevin Brannen 2019-09-23 19:11:01 RE: citext, actually probably using extensions