BUG #15472: Error creating postgis 2.5 extension in postgres 11

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

The following bug has been logged on the website:

Bug reference: 15472
Logged by: Richard Huesken
Email address: richard.huesken@gmail.com
PostgreSQL version: 11.0
Operating system: Oracle Linux 7
Description:

I was not able to create a postgis 2.5 extensions in postgres 11. The error
was :
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

[root@ol-pg11 ~]# yum deplist postgis25_11
Loaded plugins: langpacks, ulninfo
package: postgis25_11.x86_64 2.5.0-1.rhel7.1
...
dependency: libproj.so.0()(64bit)
provider: proj.x86_64 4.8.0-4.el7
dependency: libproj.so.12()(64bit)
provider: proj49.x86_64 4.9.3-3.rhel7.1
...

I guess the dependency to proj.x86_64 4.8.0-4.el7 should be removed.