Обсуждение: BUG #16515: Core dump in libgdal30

Поиск
Список
Период
Сортировка

BUG #16515: Core dump in libgdal30

От
PG Bug reporting form
Дата:
The following bug has been logged on the website:

Bug reference:      16515
Logged by:          Kieran McCusker
Email address:      kieran.mccusker@gmail.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