| From: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
|---|---|
| To: | "Lorenz, Christopher" <Christopher(dot)Lorenz(at)ZIT-BB(dot)Brandenburg(dot)de>, "'pgsql-pkg-yum(at)lists(dot)postgresql(dot)org'" <pgsql-pkg-yum(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: AW: RHEL 7: problem with gdal 2.3 postgresql 9.6/10 and postgis 2.4 - |
| Date: | 2019-06-28 13:05:07 |
| Message-ID: | 87f6fd7e1570f7145f4cfe7a33d7b41024ca5935.camel@gunduz.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-pkg-yum |
Hi Christopher,
On Fri, 2019-06-28 at 10:12 +0000, Lorenz, Christopher wrote:
> Updating the packages to gdal23-libs-2.3.2-8 and postgis24_96-2.4.7-4 solved
> the problem with the missing library/ldconfig.
Great!
> The issue with the undefined symbol still exists with current packages on our
> systems:
>
> select PostGIS_Full_Version();
> FEHLER: konnte Bibliothek »/usr/pgsql-9.6/lib/rtpostgis-2.4.so« nicht laden:
> /usr/gdal23/lib/libgdal.so.20: undefined symbol: ecs_SetReportErrorFunction
> KONTEXT: SQL-Anweisung »SELECT public.postgis_gdal_version()«
I cannot reproduce this on CentOS 7 and Fedora 30:
postgres=# create extension postgis;
CREATE EXTENSION
postgres=# select PostGIS_Full_Version();
postgis_full_version
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-----------------------
POSTGIS="2.4.7 r17330" PGSQL="96" GEOS="3.7.1-CAPI-1.11.1 27a5e771" PROJ="Rel
. 4.9.3, 15 August 2016" GDAL="GDAL 2.3.2, released 2018/09/21" LIBXML="2.9.1"
LIBJSON="0.11" RASTER
(1 row)
I'll setup a fresh machine and test again.
Regards,
--
Devrim Gündüz
Open Source Solution Architect, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Lorenz, Christopher | 2019-07-01 09:32:14 | Re: RHEL 7: problem with gdal 2.3 postgresql 9.6/10 and postgis 2.4 - |
| Previous Message | Lorenz, Christopher | 2019-06-28 10:12:15 | AW: RHEL 7: problem with gdal 2.3 postgresql 9.6/10 and postgis 2.4 - |