Hi,

I'm having troubles creating a postgis extension in a postgres11 database
(running on Oracle Enterprise Linux 7).

As postgres user in the testgeo database I run:
create extension postgis


The error is:
SQL Error [XX000]: 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
  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
  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

Can somebody please point out what I'm doing wrong ?

Installed packages:

[root@ol-pg11 Downloads]# yum list installed | grep postgresql11
postgresql11.x86_64                    11.0-1PGDG.rhel7            @pgdg11
postgresql11-contrib.x86_64            11.0-1PGDG.rhel7            @pgdg11
postgresql11-libs.x86_64               11.0-1PGDG.rhel7            @pgdg11
postgresql11-plpython.x86_64           11.0-1PGDG.rhel7            @pgdg11
postgresql11-server.x86_64             11.0-1PGDG.rhel7            @pgdg11
[root@ol-pg11 Downloads]# yum list installed | grep postgis25
postgis25_11.x86_64                    2.5.0-1.rhel7.1             @pgdg11
postgis25_11-client.x86_64             2.5.0-1.rhel7.1             @pgdg11
[root@ol-pg11 Downloads]# uname -a
Linux ol-pg11.rihu-ho 4.1.12-124.20.7.el7uek.x86_64 #2 SMP Wed Oct 24
14:15:06 PDT 2018 x86_64 x86_64 x86_64 GNU/Linux

Thanks in advance,

Richard.
_______________________________________________
postgis-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to