Problem with gdal - Mailing list pgsql-bugs

From Kieran McCusker
Subject Problem with gdal
Date
Msg-id CAGgUQ6HgF4_L9gNNHxKMz9udix+HtOFcq4v_wM240KJCWR27KA@mail.gmail.com
Whole thread Raw
Responses Re: Problem with gdal
List pgsql-bugs
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

Any help gratefully received

Thanks

Kieran

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16711: Access violation exception when call procedure
Next
From: Magnus Hagander
Date:
Subject: Re: Problem with gdal