Re: plctl extension issue postgresql 11.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Prakash Ramakrishnan <prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: plctl extension issue postgresql 11.2
Date: 2019-03-28 14:56:01
Message-ID: 7864.1553784961@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> writes:
> Still postgresql11-tcl is a valid package in the PGDG repos(it is for a
> Tcl client library). It is trying to find postgresql11-tcl in the RHEL
> repo not the PGDG repo. Yet packages have been installed from the PGDG
> repo(from previous post) in the past:

> postgresql11.x86_64 11.2-1PGDG.rhel7 @pgdg11
> postgresql11-contrib.x86_64 11.2-1PGDG.rhel7 @pgdg11
> postgresql11-devel.x86_64 11.2-1PGDG.rhel7 @pgdg11
> postgresql11-libs.x86_64 11.2-1PGDG.rhel7 @pgdg11
> postgresql11-llvmjit.x86_64 11.2-1PGDG.rhel7 @pgdg11
> postgresql11-server.x86_64 11.2-1PGDG.rhel7 @pgdg11

> You will need to sort out how the above packages where installed and
> replicate that for the pltcl package. I cannot be of more help as I do
> not use RH. Maybe someone else can chime in.

Yeah. The PGDG package repo is evidently not being searched by yum,
so it's either been removed or disabled in yum's repo configuration
list. (It must have been there at one time, unless you used a
*really* nonstandard way of installing those RPMs.)

Look into /etc/yum.repos.d/ ... if you see a file for the PGDG repo,
fix it to be enabled, otherwise you need to download and install that
repo config file.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shreeyansh Dba 2019-03-28 15:37:33 Re: Case Insensitive
Previous Message Adrian Klaver 2019-03-28 14:45:33 Re: Key encryption and relational integrity