BUG #15487: undefined symbol: geod_polygon_init

Started by PG Bug reporting formover 7 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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

#2Pavel Stehule
pavel.stehule@gmail.com
In reply to: PG Bug reporting form (#1)
Re: BUG #15487: undefined symbol: geod_polygon_init

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

https://postgis.net/docs/manual-1.5/ch09.html

Regards

Pavel