PostGIS extension undefined symbol: GEOSCoordSeq_getXY
问题 I am trying to create postgis 3.0 extension on postgresql12 on centos7 (both are installed using yum native rpms) yum install postgis30_12.x86_64 but i am getting different errors with GEOS. currently the error i am getting is postgres=# create extension postgis; ERROR: could not load library "/usr/pgsql-12/lib/postgis-3.so": /usr/pgsql-12/lib/postgis-3.so: undefined symbol: GEOSCoordSeq_getXY geos-config --version 3.8.0 回答1: The PostGIS binary you are using was built with a GEOS version that