Re: BUG #18105: ogr_fdw_15 incompatible with latest gdal36-libs

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: kieran(dot)mccusker(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18105: ogr_fdw_15 incompatible with latest gdal36-libs
Date: 2023-09-11 17:25:15
Message-ID: fe9b554d4cc9d08c2eb13943b1614a8e9d33b4fb.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, 2023-09-11 at 14:55 +0000, PG Bug reporting form wrote:
> PostgreSQL version: 15.4
> Operating system:   Fedora 38
>
> 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
>
> Problem gdal36-libs
> ===============
> Name         : gdal36-libs
> Version      : 3.6.4
> Release      : 2PGDG.f38
>
> Working gdal36-libs
> ===============
> Installed Packages
> Name         : gdal36-libs
> Version      : 3.6.4
> Release      : 1.f38

I cannot be 100% certain, but I'd say that this is the same problem I reported here:
https://www.postgresql.org/message-id/flat/9d891a1580ee6ed9feae568f842a3998efb53191.camel%40cybertec.at

It is a packaging problem, not a bug in the software.

Yours,
Laurenz Albe

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Davis 2023-09-11 19:00:03 Re: [16+] subscription can end up in inconsistent state
Previous Message Alvaro Herrera 2023-09-11 16:27:58 Re: [16] ALTER SUBSCRIPTION ... SET (run_as_owner = ...) is a no-op