Thread: BUG #15487: undefined symbol: geod_polygon_init

BUG #15487: undefined symbol: geod_polygon_init

From
PG Bug reporting form
Date:
The following bug has been logged on the website:

Bug reference:      15487
Logged by:          Rick Pollock
Email address:      rickpol@gmail.com
PostgreSQL version: 11.0
Operating system:   RHEL7
Description:

db=# CREATE EXTENSION postgis;
    ERROR:  could not load library "/usr/pgsql-11/lib/postgis-2.5.so":
/usr/pgsql-11/lib/postgis-2.5.so: undefined symbol: geod_polygon_init
db=# \q


Re: BUG #15487: undefined symbol: geod_polygon_init

From
Pavel Stehule
Date:
Hi

út 6. 11. 2018 v 4:05 odesílatel PG Bug reporting form <noreply@postgresql.org> napsal:
The following bug has been logged on the website:

Bug reference:      15487
Logged by:          Rick Pollock
Email address:      rickpol@gmail.com
PostgreSQL version: 11.0
Operating system:   RHEL7
Description:       

db=# CREATE EXTENSION postgis;
    ERROR:  could not load library "/usr/pgsql-11/lib/postgis-2.5.so":
/usr/pgsql-11/lib/postgis-2.5.so: undefined symbol: geod_polygon_init
db=# \q


This is PostGIS issue - use PostGIS bugs track recorder, please


Regards

Pavel