BUG #18704: Installing postgis fails due to depencies

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: tony(dot)smith(at)enterprisedb(dot)com
Subject: BUG #18704: Installing postgis fails due to depencies
Date: 2024-11-13 15:39:12
Message-ID: 18704-349df6d69e766815@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18704
Logged by: Tony Smith
Email address: tony(dot)smith(at)enterprisedb(dot)com
PostgreSQL version: 14.13
Operating system: SLES 15 SP6
Description:

Eg

If you try to install Postgis35_14

zypper install postgis35_14
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: 1: nothing provides 'libnetcdf.so.19()(64bit)' needed by the to be
installed gdal39-libs-3.9.2-1PGDG.sles15.x86_64
Solution 1: do not install postgis35_14-3.5.0-1PGDG.sles15.x86_64
Solution 2: break gdal39-libs-3.9.2-1PGDG.sles15.x86_64 by ignoring some of
its dependencies

It doesn't matter which version to be fair.

A workaround is to use the
https://ftp.lysator.liu.se/pub/opensuse/tumbleweed/repo/oss/ repository

The install will then work. Essentially it loks like the packages have been
compiled in a Opensuse Tumbleweed environment. It would be better is they
were compiled against package versions available in SLES 15

Browse pgsql-bugs by date

  From Date Subject
Next Message Elie Gedeon 2024-11-13 19:01:44 Regression from postgresql14 to postgresql17 with postgis (osm2pgsql)
Previous Message Jayesh Dehankar 2024-11-13 15:22:11 [Bug] Heap Use After Free in Window Aggregate Execution