Re: BUG #18153: Undefined Symbol creating postgis_raster extension

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: BUG #18153: Undefined Symbol creating postgis_raster extension
Дата
Msg-id f935aed5deaaf64063f8716b3c98a6b99ea40474.camel@cybertec.at
обсуждение исходный текст
Ответ на BUG #18153: Undefined Symbol creating postgis_raster extension  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On Tue, 2023-10-10 at 12:02 +0000, PG Bug reporting form wrote:
> PostgreSQL version: 13.12
> Operating system:   Rocky 8.8
> Description:       
>
> I'm trying to create a postgis_raster extension and I'm getting the
> following error:
>
> CREATE EXTENSION postgis_raster;
> ERROR:  could not load library "/usr/pgsql-13/lib/postgis_raster-3.so":
> /usr/libspatialite50/lib/libspatialite.so.8: undefined symbol:
> GEOSHilbertCode_r
>
> The instance is running on Rocky 8 linux details as below;:
> NAME="Rocky Linux"
> VERSION="8.8 (Green Obsidian)"
> postgis31_13-utils-3.1.9-1.rhel8.x86_64
> postgis31_13-devel-3.1.9-1.rhel8.x86_64
> postgis31_13-client-3.1.9-1.rhel8.x86_64
> postgis31_13-3.1.9-1.rhel8.x86_64
> postgis31_13-docs-3.1.9-1.rhel8.x86_64
>  
> postgresql13-server-13.12-1PGDG.rhel8.x86_64

This is not a PostgreSQL error; it looks like a packaging error.

Write to pgsql-pkg-yum@lists.postgresql.org

Yours,
Laurenz Albe



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

Предыдущее
От: "a.rybakina"
Дата:
Сообщение: Re: EXPLAIN Verbose issue - custom_scan_tlist can directly refer CTE and Subquery
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #18152: Join condition is not pushed down to union all subquery