BUG #18153: Undefined Symbol creating postgis_raster extension

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: knightaj1964(at)gmail(dot)com
Subject: BUG #18153: Undefined Symbol creating postgis_raster extension
Date: 2023-10-10 12:02:05
Message-ID: 18153-af3a0edc3203dbc6@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: 18153
Logged by: Andy Knight
Email address: knightaj1964(at)gmail(dot)com
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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message a.rybakina 2023-10-10 14:01:54 Re: EXPLAIN Verbose issue - custom_scan_tlist can directly refer CTE and Subquery
Previous Message Zhaoxun Yan 2023-10-10 09:24:02 Re: pg_rewind: ERROR: could not fetch remote file "global/pg_control": ERROR: permission denied