Re: BUG #15714: plctl extension issue

From: Prakash Ramakrishnan <prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com>
To: Anthony Sotolongo <asotolongo(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Christoph Berg <myon(at)debian(dot)org>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15714: plctl extension issue
Date: 2019-03-26 13:58:05
Message-ID: CAA2eZXxi1zyf-Zqbrx43NV1aMzHc6pcs818sSOkO2hYkOPvGsg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Anthony,

Please find the logs,

[root@ brurhenaaa001 ~]# yum search pltcl
Loaded plugins: enabled_repos_upload, langpacks, package_upload,
product-id, search-disabled-repos, subscription-manager
==================================================================== N/S
matched: pltcl
=====================================================================
postgresql-pltcl.x86_64 : The Tcl procedural language for PostgreSQL
postgresql92-postgresql-pltcl.x86_64 : The Tcl procedural language for
PostgreSQL
rh-postgresql10-postgresql-pltcl.x86_64 : The Tcl procedural language for
PostgreSQL
rh-postgresql94-postgresql-pltcl.x86_64 : The Tcl procedural language for
PostgreSQL
rh-postgresql95-postgresql-pltcl.x86_64 : The Tcl procedural language for
PostgreSQL
rh-postgresql96-postgresql-pltcl.x86_64 : The Tcl procedural language for
PostgreSQL

Name and summary matches only, use "search all" for everything.
Uploading Enabled Repositories Report
Loaded plugins: langpacks, product-id, subscription-manager
[root(at)brurhenaaa001 ~]#
[root@ brurhenaaa001 ~]# yum install
rh-postgresql11-postgresql-pltcl.x86_64
Loaded plugins: enabled_repos_upload, langpacks, package_upload,
product-id, search-disabled-repos, subscription-manager
rhel-7-server-eus-optional-rpms
| 2.0 kB
00:00:00
rhel-7-server-eus-satellite-tools-6.2-rpms
| 2.1 kB 00:00:00
rhel-7-server-extras-rpms
| 2.0 kB
00:00:00
rhel-7-server-rpms
| 2.0 kB 00:00:00
rhel-7-server-satellite-tools-6.2-rpms
| 2.1 kB 00:00:00
rhel-server-rhscl-7-eus-rpms
| 2.0 kB 00:00:00
tnc_Extra_Packages_for_Enterprise_Linux_7_Extra_Packages_for_Enterprise_Linux_7
| 2.1 kB 00:00:00
No package rh-postgresql11-postgresql-pltcl.x86_64 available.
Error: Nothing to do
Uploading Enabled Repositories Report
Loaded plugins: langpacks, product-id, subscription-manager

On Tue, Mar 26, 2019 at 7:16 PM Anthony Sotolongo <asotolongo(at)gmail(dot)com>
wrote:

> Hello, apt-get is a distribution command debian and derivatives
> you must search the name of packges in RHEL, try with
> yum search pltcl or yum search tcl
> to get the real name in RHEL
>
>
> regards
> El 26-03-19 a las 10:32, Prakash Ramakrishnan escribió:
>
> Hi Tom,
>
> I tried before getting this below meassage.
>
> [root(at)brurhenaaa001 ~]# sudo apt-get install postgresql-pltcl-11
> sudo: apt-get: command not found
> [root(at)brurhenppp001 ~]# yum install postgresql-pltcl-11
> Loaded plugins: enabled_repos_upload, langpacks, package_upload,
> product-id, search-disabled-repos, subscription-manager
> rhel-7-server-eus-optional-rpms
> | 2.0 kB
> 00:00:00
> rhel-7-server-eus-satellite-tools-6.2-rpms
> | 2.1 kB
> 00:00:00
> rhel-7-server-extras-rpms
> | 2.0 kB
> 00:00:00
> rhel-7-server-rpms
> | 2.0 kB
> 00:00:00
> rhel-7-server-satellite-tools-6.2-rpms
> | 2.1 kB
> 00:00:00
> rhel-server-rhscl-7-eus-rpms
> | 2.0 kB
> 00:00:00
> tnc_Extra_Packages_for_Enterprise_Linux_7_Extra_Packages_for_Enterprise_Linux_7
> | 2.1 kB 00:00:00
> *No package postgresql-pltcl-11 available.*
> Error: Nothing to do
> Uploading Enabled Repositories Report
> Loaded plugins: langpacks, product-id, subscription-manager
>
>
> On Tue, Mar 26, 2019 at 7:00 PM Prakash Ramakrishnan <
> prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com> wrote:
>
>> Hi Tom,
>>
>> Am using rhel 7.5 can you give some solution.
>>
>> Regards,
>> Prakash.R
>>
>> On Tue, Mar 26, 2019 at 6:52 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>>
>>> Christoph Berg <myon(at)debian(dot)org> writes:
>>> > Re: PG Bug reporting form 2019-03-26 <
>>> 15714-565b5e5a289218f5(at)postgresql(dot)org>
>>> >> AIBE01PR=# create extension plctl;
>>> >> ERROR: could not open extension control file
>>> >> "/usr/pgsql-11/share/extension/plctl.control": No such file or
>>> directory
>>>
>>> > The extension is shipped in a separate package that you need to
>>> > install on the operating system.
>>>
>>> Perhaps even more to the point: the extension is pltcl, not plctl.
>>>
>>> (Or at least, I assume you are after the Tcl PL extension.
>>> If there is a "plctl", I haven't heard about it.)
>>>
>>> regards, tom lane
>>>
>>
>>
>> --
>>
>>
>> Regards,
>> Prakash.R
>> Postgresql DBA
>>
>
>
> --
>
>
> Regards,
> Prakash.R
> Postgresql DBA
>
>

--

Regards,
Prakash.R
Postgresql DBA

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Anthony Sotolongo 2019-03-26 14:06:58 Re: BUG #15714: plctl extension issue
Previous Message Anthony Sotolongo 2019-03-26 13:45:57 Re: BUG #15714: plctl extension issue