[postgis-users] Problem creating postgis (2.5) extension with postgres 11
Richard Huesken
richard.huesken at gmail.com
Mon Oct 29 05:58:15 PDT 2018
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 at 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 at 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 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20181029/8ca23542/attachment.html>
More information about the postgis-users
mailing list