[postgis-tickets] [PostGIS] #5290: RHEL 8 Postgis 3.3.2 requires gdal35-libs >= 3.5.2
PostGIS
trac at osgeo.org
Fri Dec 9 15:51:48 PST 2022
#5290: RHEL 8 Postgis 3.3.2 requires gdal35-libs >= 3.5.2
-----------------------+---------------------------
Reporter: marc3932 | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.3.3
Component: postgis | Version: 3.3.x
Resolution: invalid | Keywords:
-----------------------+---------------------------
Comment (by marc3932):
**WORKAROUND:**
https://www.postgresql.org/download/linux/redhat/
-- Install the repository RPM:
# sudo dnf install -y
https://download.postgresql.org/pub/repos/yum/reporpms/**EL-8-x86_64
**/pgdg-redhat-repo-latest.noarch.rpm
# ls -la /etc/yum.repos.d
# yum install gdal35-libs*
Updating Subscription Management repositories.
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)
14 kB/s | 2.4 kB 00:00
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
15 kB/s | 2.8 kB 00:00
EPEL8 x86_64
14 kB/s | 2.7 kB 00:00
Error:
Problem: cannot install the best candidate for the job
- nothing provides **libqhull_r.so.7()(64bit)** needed by
**gdal35-libs-3.5.3-1.rhel8.x86_64**
(try to add '--skip-broken' to skip uninstallable packages or '--nobest'
to use not only best candidate packages)
[root at lnx8pg12 ~]#
**--NOTE: Many packages, including libqhull, live in the "CodeReady Linux
Builder" repo**
# subscription-manager repos --enable=codeready-builder-for-
rhel-8-x86_64-rpms
# subscription-manager repos --list-enable
# yum install gdal35-libs* **<== works fine this time!!!**
--These work fine now!!!
# yum install postgis33_12
# yum install postgis33_13
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5290#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list