BUG #16008: pgrouting rpm missing in pgdg

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: prakashtcs30(at)gmail(dot)com
Subject: BUG #16008: pgrouting rpm missing in pgdg
Date: 2019-09-13 06:06:52
Message-ID: 16008-5d265f828dfc8916@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16008
Logged by: prakash r
Email address: prakashtcs30(at)gmail(dot)com
PostgreSQL version: 11.5
Operating system: rhel 6.9
Description:

Hi Team,

We are not able to install the pgrounting in postgres 11 version using yum
install getting below error,

Anyone help me to solve the below issue not able to create the pgrouting
extension 11 version in rhel 6.9 OS,

[root(at)hkgrhepdbp001 ~]# yum install pgrouting_11
Loaded plugins: enabled_repos_upload, package_upload, product-id, rhnplugin,
search-disabled-repos, security, subscription-manager
This system is not registered with RHN Classic or RHN Satellite.
You can use rhn_register to register.
RHN Satellite or RHN Classic support will be disabled.
Setting up Install Process
rhel-6-server-rpms
| 2.0 kB
00:00
tnc_TNC_Nielsen_tnc_nielsen_rpms
| 2.1 kB
00:00
No package pgrouting_11 available.
Error: Nothing to do
Uploading Enabled Repositories Report
Loaded plugins: product-id, rhnplugin

==> ./psql -p 5434
psql (11.5)
Type "help" for help.

postgres=# create extension pgrouting;
ERROR: could not open extension control file
"/usr/pgsql-11/share/extension/pgrouting.control": No such file or
directory
postgres=#
postgres=#

I have only these files in pgdg,
[root(at)hkgrhepdbp001 ~]# yum list | grep pgrouting
This system is not registered with RHN Classic or RHN Satellite.
You can use rhn_register to register.
RHN Satellite or RHN Classic support will be disabled.
pgrouting_93.x86_64 2.0.0-1.rhel6 @pgdg93
pgrouting_94.x86_64 2.0.1-2.rhel6 pgdg94
pgrouting_94-debuginfo.x86_64 2.0.1-2.rhel6 pgdg94
pgrouting_95.x86_64 2.0.1-1.rhel6 pgdg95
pgrouting_95-debuginfo.x86_64 2.0.1-1.rhel6 pgdg95

Browse pgsql-bugs by date

  From Date Subject
Next Message RUIZ Sébastien 2019-09-13 08:28:08 RE: BUG #16003: pg_basebackup failed with error : directory "xxxxxxx" exists but is not empty
Previous Message Tom Lane 2019-09-13 04:29:17 Re: BUG #16006: Update queries fail on a table having any policy with a function that takes a whole-row var as arg