I am having issues trying to install the postgis30_13 package on a RHEL9 host. Attempting to install the package gives me this error:
$ sudo dnf install postgis30_13 Updating Subscription Management repositories. Zabbix 6.0 LTS RHEL9 50 kB/s | 2.0 kB 00:00 EPEL 9 52 kB/s | 2.3 kB 00:00 Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs) 97 kB/s | 4.1 kB 00:00 Shibboleth RHEL9 44 kB/s | 2.0 kB 00:00 umn-rhel9-internal 52 kB/s | 2.0 kB 00:00 DUO Security RHEL 9 68 kB/s | 2.7 kB 00:00 PagerDuty Zabbix Agent 60 kB/s | 2.0 kB 00:00 Microsoft for RHEL9 41 kB/s | 2.0 kB 00:00 Oracle Instant Client for OL9 49 kB/s | 2.0 kB 00:00 Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) 105 kB/s | 4.5 kB 00:00 Error: Problem: package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql requires gdal33-libs >= 3.3.3, but none of the providers can be installed - package postgis30_13-3.0.7-1.rhel9.x86_64 from postgresql requires libgdal.so.29()(64bit), but none of the providers can be installed - cannot install the best candidate for the job - nothing provides libarmadillo.so.10()(64bit) needed by gdal33-libs-3.3.3-7PGDG.rhel9.x86_64 from postgresql-common (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
I have epel enabled and the only version of armadillo available is 12.6.6-2.el9
Does anyone have any suggestions on how to resolve the issue?