BUG #18105: ogr_fdw_15 incompatible with latest gdal36-libs

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: kieran(dot)mccusker(at)gmail(dot)com
Subject: BUG #18105: ogr_fdw_15 incompatible with latest gdal36-libs
Date: 2023-09-11 14:55:53
Message-ID: 18105-c8c6ef0bd0e0f2c1@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: 18105
Logged by: Kieran McCusker
Email address: kieran(dot)mccusker(at)gmail(dot)com
PostgreSQL version: 15.4
Operating system: Fedora 38
Description:

Following a dnf upgrade of our Fedora 38 server, attempting to create
extension:-
create extension ogr_fdw;

Fails with ERROR: could not load library "/usr/pgsql-15/lib/ogr_fdw.so":
/usr/gdal36/lib/libgdal.so.32: undefined symbol: GEOSConcaveHull_r

Running:
dnf downgrade gdal36-libs

Fixes the issue.

ogr_fdw_15
=========
Name : ogr_fdw_15
Version : 1.1.4
Release : 1PGDG.f38
Architecture : x86_64
Size : 115 k
Source : ogr_fdw_15-1.1.4-1PGDG.f38.src.rpm
Repository : @System
From repo : pgdg15

Problem gdal36-libs
===============
Name : gdal36-libs
Version : 3.6.4
Release : 2PGDG.f38
Architecture : x86_64
Size : 26 M
Source : gdal36-3.6.4-2PGDG.f38.src.rpm
Repository : @System
From repo : pgdg-common

Working gdal36-libs
===============
Installed Packages
Name : gdal36-libs
Version : 3.6.4
Release : 1.f38
Architecture : x86_64
Size : 25 M
Source : gdal36-3.6.4-1.f38.src.rpm
Repository : @System
From repo : pgdg-common

Many thanks

Kieran

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2023-09-11 16:27:58 Re: [16] ALTER SUBSCRIPTION ... SET (run_as_owner = ...) is a no-op
Previous Message Amit Kapila 2023-09-11 11:49:02 Re: [16] ALTER SUBSCRIPTION ... SET (run_as_owner = ...) is a no-op