We have enabled epel repo as well. yum repolist | grep epel > *epel* *epel*
On Tue, Mar 12, 2024 at 12:46 PM Nikhil Shetty <nikhil.db...@gmail.com> wrote: > Hi Team, > > I am getting below error when installing gdal 3.5.3 > > yum install gdal35-libs-3.5.3-7PGDG.rhel8.x86_64.rpm >> Last metadata expiration check: 0:00:02 ago on Tue 12 Mar 2024 07:00:40 >> AM UTC. >> Error: >> Problem: conflicting requests >> - nothing provides libarmadillo.so.10()(64bit) needed by >> gdal35-libs-3.5.3-7PGDG.rhel8.x86_64 >> (try to add '--skip-broken' to skip uninstallable packages or '--nobest' >> to use not only best candidate packages) > > > > gdal 3.5.3 is required by postgis 3.3.3 > > yum install postgis33_15-3.3.3-1.rhel8.x86_64.rpm >> Denali 2.0 >> >> 83 kB/s | 1.5 kB 00:00 >> epic-infra-prod >> >> 1.1 MB/s | 2.5 kB 00:00 >> Error: >> Problem: conflicting requests >> - nothing provides libgdal.so.31()(64bit) needed by >> postgis33_15-3.3.3-1.rhel8.x86_64 >> - nothing provides gdal35-libs >= 3.5.3 needed by >> postgis33_15-3.3.3-1.rhel8.x86_64 >> (try to add '--skip-broken' to skip uninstallable packages or '--nobest' >> to use not only best candidate packages) > > > > > I came across this document > https://www.postgresql.org/message-id/fb123015d4cbf69703aa8405810368bf0ca159fe.camel%40gunduz.org > , but this is for gdal v3.6.4 > > > Thanks, > Nikhil >