pg11 centos7 postgis24 broken due to libgeos

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: pgsql-pkg-yum(at)postgresql(dot)org
Subject: pg11 centos7 postgis24 broken due to libgeos
Date: 2018-10-18 16:40:19
Message-ID: 20181018164019.GA6395@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

On a brand new centos7 VM, built earlier this week, I just attempted to upgrade
to PG11:

[pryzbyj(at)database ~]$ sudo cat /var/lib/pgsql/loadable_libraries.txt
could not load library "$libdir/postgis-2.4": ERROR: could not load library "/usr/pgsql-11/lib/postgis-2.4.so": /usr/pgsql-11/lib/postgis-2.4.so: undefined symbol: geod_polygon_init

[pryzbyj(at)database ~]$ rpm -qa |grep geos
geos36-3.6.3-1.rhel7.x86_64

[pryzbyj(at)database ~]$ rpm -qf /usr/pgsql-11/lib/postgis-2.4.so
postgis24_11-2.4.5-1.rhel7.1.x86_64

I can't see that symbol is available in PGDG 11 repo in geos36 nor 37.

When the package is built which has that symbol, it'll be necessary to have a
versioned dependency.

Justin

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Gražvydas Valeika 2018-10-18 17:21:02 Postgis for Fedora 28
Previous Message Mark G 2018-10-18 16:05:28 PG 11 CentOS 6 => 404?