Re: Problem with gdal

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Kieran McCusker <kieran(dot)mccusker(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: Problem with gdal
Date: 2020-11-12 10:18:30
Message-ID: CABUevEzYKPjPfWypjo3rcwwrF6i-w7qYaruePmJK=eRdHMzDgg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Nov 12, 2020 at 11:17 AM Kieran McCusker
<kieran(dot)mccusker(at)gmail(dot)com> wrote:
>
> Hi
>
> Not sure if this is the right list as it seems like a packaging issue with GDAL but here goes...
>
> I am using gdal32 on fedora 33, but I've seen the problem before.
>
> I am using the github repo pramsey/pgsql-ogr-fdw to build a command line utility
> ogr_fdw_info which reads things like excel spreadsheets and generates foreign table definitions for them.
>
> The problem I am having is that when this program ends it errors on:
> free(): invalid pointer
> Aborted (core dumped)
>
> I've poked around but am struggling. I believe it is a problem with a destructor in proj but don't take my word for it.
>
> After using ldd on ogr_fdw_info I can make the problem disappear by doing the following:
>
> rm /lib64/libproj.so.15
> ln -s /usr/proj72/lib/libproj.so.19 /lib64/libproj.so.15

Hi!

This looks like an issue in the packaging that Devrim is already
working on -- see https://redmine.postgresql.org/issues/5961

Hopefully there will be a fix soon.

--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Esteban Zimanyi 2020-11-12 12:26:54 Problem with extract function ?
Previous Message Kieran McCusker 2020-11-12 10:16:44 Problem with gdal