From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Cc: | xavier(dot)corredor(dot)llano(at)gmail(dot)com |
Subject: | BUG #14991: postgis-2.4.so: undefined symbol: GEOSMinimumClearance |
Date: | 2017-12-21 21:26:23 |
Message-ID: | 20171221212623.826.45010@wrigleys.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: 14991
Logged by: Xavier Corredor Llano
Email address: xavier(dot)corredor(dot)llano(at)gmail(dot)com
PostgreSQL version: 10.1
Operating system: Centos 7
Description:
Hi everyone,
I'm using the official repository for Postgres 10.1 in Centos 7, I have a
web page with postgresql 10.1 + postgis 2.4 + psycopg2 + django + python
3.6. The DB, connexion and all work fine a week ago, two days ago I made
update the system (some packages were updated like geos36, proj49,
postgis..) and the connexion have broken with problems with postgis:
psycopg2.InternalError: the library could not be loaded
«/usr/pgsql-10/lib/postgis-2.4.so»: /usr/pgsql-10/lib/postgis-2.4.so:
undefined symbol: GEOSMinimumClearance
the complete log: https://pastebin.com/WupetTZ7
Thanks,
Xavier
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2017-12-22 00:01:40 | Re: BUG #14986: -2147483648 is minimum value of integer but -2147483648::integer fails (out of range). |
Previous Message | Greg Stark | 2017-12-21 21:18:05 | Re: BUG #14986: -2147483648 is minimum value of integer but -2147483648::integer fails (out of range). |