Re: pg_config header files are missing - Postgres 13 - Amazon Linux 2

2022-01-03 Thread Hasan Marzooq
This problem posted in OP is resolved. I did some workaround. I copied the required "pg_config*.h" from another machine where PG13 was installed via amazon linux 2 repos. > I don't believe 9.6 was supported either, but it may have worked "by chance". I'm not sure whether it worked "by chance" or

Re: pg_config header files are missing - Postgres 13 - Amazon Linux 2

2022-01-01 Thread Magnus Hagander
On Fri, Dec 31, 2021 at 3:32 AM Hasan Marzooq wrote: > > Hi. > I tried "yum install centos-release-scl-rh" before but it gives the below > error. > -- > # yum install centos-release-scl-rh > Loaded plugins: extras_suggestions, langpacks, priorities, update-motd > 213 packages excluded due to

Re: pg_config header files are missing - Postgres 13 - Amazon Linux 2

2022-01-01 Thread Adrian Klaver
On 12/30/21 18:32, Hasan Marzooq wrote: Hi. I tried "yum install centos-release-scl-rh" before but it gives the below error. -- # yum install centos-release-scl-rh Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 213 packages excluded due to repository priority protect

Re: pg_config header files are missing - Postgres 13 - Amazon Linux 2

2021-12-30 Thread Hasan Marzooq
Hi. I tried "yum install centos-release-scl-rh" before but it gives the below error. -- # yum install centos-release-scl-rh Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 213 packages excluded due to repository priority protections No package centos-release-scl-rh availa

Re: pg_config header files are missing - Postgres 13 - Amazon Linux 2

2021-12-30 Thread Magnus Hagander
On Thu, Dec 30, 2021 at 8:10 AM Hasan Marzooq wrote: > > Hello! > > We've a web application in play framework which uses Postgres 9.6 with plv8 > and uuid-ossp extension. We now want to use Postgres 13 instead of 9.6. To > achieve this, I'm trying to install Postgres 13 (on the same host where 9