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

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15472: Error creating postgis 2.5 extension in postgres 11
Дата
Msg-id 15472-eb1d65202f8cb196@postgresql.org
обсуждение исходный текст
Список pgsql-bugs
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.


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: BUG #15471: psql 11 array concatenation in CASE takes on valuesfrom the CASE expression when using enum_range
Следующее
От: Jim Finnerty
Дата:
Сообщение: BEFORE triggers that return NULL can circumvent referentialintegrity