BUG #16515: Core dump in libgdal30

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 #16515: Core dump in libgdal30
Date: 2020-06-28 16:21:39
Message-ID: 16515-63b142ae53a9087e@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: 16515
Logged by: Kieran McCusker
Email address: kieran(dot)mccusker(at)gmail(dot)com
PostgreSQL version: 12.3
Operating system: Linux
Description:

Hi

Sorry to bother you but I'm having an issue with the postgresql repos in
fedora 32 . I installed gdal30 and then tried building and running
ogr_fdw_info
from github pramsey/pgsql-ogr-fdw but it core dumped.

I eventually traced it down to gdal30 having two versions of proj:-

ldd /usr/gdal30/lib/libgdal.so | grep proj
libproj.so.19 => /usr/proj70/lib/libproj.so.19
(0x00007fbb051fb000)
libproj.so.15 => /lib64/libproj.so.15 (0x00007fbb011c8000)

using ln to make libproj.so.15 point to libproj.so.19 and all was good.

Is this a packaging issue?

Many thanks

Kieran

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2020-06-29 07:35:01 Re: BUG #16497: old and new pg_controldata WAL segment sizes are invalid or do not match
Previous Message Bruce Momjian 2020-06-27 21:26:10 Re: BUG #16497: old and new pg_controldata WAL segment sizes are invalid or do not match