Обсуждение: BUG #16611: devel package installation issue.When tried to installed the PostgreSQL 11.0 version ecpg not get

Поиск
Список
Период
Сортировка

BUG #16611: devel package installation issue.When tried to installed the PostgreSQL 11.0 version ecpg not get

От
PG Bug reporting form
Дата:
The following bug has been logged on the website:

Bug reference:      16611
Logged by:          vishal patil
Email address:      tempt700@gmail.com
PostgreSQL version: 11.0
Operating system:   Linux Red Hat 7
Description:

devel package installation issue.  
When tried  to installed the PostgreSQL 11.0 version 
ecpg not get install with it.


On Wed, Sep 9, 2020 at 4:01 PM PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      16611
Logged by:          vishal patil
Email address:      tempt700@gmail.com
PostgreSQL version: 11.0
Operating system:   Linux Red Hat 7
Description:       

devel package installation issue. 
When tried  to installed the PostgreSQL 11.0 version

Please note that 11.0 is not supported, you should be installing at least 11.9 to get all security fixes and other fixes.
 
ecpg not get install with it.

It certainly does with the 11.9 RPMs from postgresql.org:

# rpm -ql postgresql11-devel|grep ecpg|head -1
/usr/pgsql-11/bin/ecpg


But you may need to specify the full path, /usr/pgsql-11/bin/ecpg, to access it.

--