PostgreSQL 16 and PostGIS

From: Simon Connah <simon(dot)n(dot)connah(at)protonmail(dot)com>
To: "pgsql-pkg-yum(at)lists(dot)postgresql(dot)org" <pgsql-pkg-yum(at)lists(dot)postgresql(dot)org>
Subject: PostgreSQL 16 and PostGIS
Date: 2023-11-13 07:00:43
Message-ID: brbt4AcTOFGzm7f8pSWscTjSev0eH_9sbFdfuoiMk0fdgmTFWrnBK1RnbbcSv6Ur2IjEx_NSRfF9lgYPJ8xW9J3-nP4ZMv1HOV2nA28xwk8=@protonmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Hi,

I originally posted in the PostgreSQL novice list that I had installed PostgreSQL 16 on Rocky Linux 9 using this method:

https://www.postgresql.org/download/linux/redhat/

and it works perfectly. But when I try and install PostGIS I ended up getting this error:

[root(at)139-162-197-226 simon]# dnf update
Last metadata expiration check: 1:11:27 ago on Mon 13 Nov 2023 05:02:27 AM UTC.
Dependencies resolved.
Nothing to do.
Complete!
[root(at)139-162-197-226 simon]# dnf install postgis34_16
Last metadata expiration check: 1:11:40 ago on Mon 13 Nov 2023 05:02:27 AM UTC.
Error:
Problem: package postgis34_16-3.4.0-1PGDG.rhel9.x86_64 requires gdal36-libs >= 3.6.3, but none of the providers can be installed
- package postgis34_16-3.4.0-1PGDG.rhel9.x86_64 requires libgdal.so.32()(64bit), but none of the providers can be installed
- conflicting requests
- nothing provides libqhull_r.so.7()(64bit) needed by gdal36-libs-3.6.4-4PGDG.rhel9.x86_64
- nothing provides libqhull_r.so.7()(64bit) needed by gdal36-libs-3.6.4-5PGDG.rhel9.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Is there any fix to this at all?

Thank you.

Simon.

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Regina Obe 2023-11-13 07:10:19 RE: PostgreSQL 16 and PostGIS
Previous Message Devrim Gündüz 2023-11-10 00:46:49 Re: pgtap for 16 missing for Rocky 8?