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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: richard(dot)huesken(at)gmail(dot)com
Subject: BUG #15472: Error creating postgis 2.5 extension in postgres 11
Date: 2018-10-30 20:26:53
Message-ID: 15472-eb1d65202f8cb196@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15472
Logged by: Richard Huesken
Email address: richard(dot)huesken(at)gmail(dot)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(at)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.

Browse pgsql-bugs by date

  From Date Subject
Next Message Jim Finnerty 2018-10-30 20:30:08 BEFORE triggers that return NULL can circumvent referential integrity
Previous Message Andres Freund 2018-10-30 17:44:11 Re: BUG #15471: psql 11 array concatenation in CASE takes on values from the CASE expression when using enum_range