Re: Heads up: Potential PostGIS breakage is coming

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Daniel Farina <daniel(at)citusdata(dot)com>
Cc: pgsql-pkg-yum(at)lists(dot)postgresql(dot)org
Subject: Re: Heads up: Potential PostGIS breakage is coming
Date: 2017-11-28 09:00:50
Message-ID: 1511859650.2804.6.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum


Hi Daniel,

On Mon, 2017-11-27 at 22:11 +0000, Daniel Farina wrote:

> I saw that with regard to proj and geos, and I'm updated, but I think
> postgis itself needs similar treatment.
>
> =# create extension postgis;
> ERROR: could not load library "/usr/pgsql-10/lib/postgis-2.4.so":
> libproj.so.12: cannot open shared object file: No such file or directory
> =# \q
> $ find /usr/ -name 'libproj.so.12'
> /usr/proj49/lib/libproj.so.12

Arrgh, /etc/ld.so.conf.d/proj49-pgdg-libs.conf is broken :-( I accidentally
added geos related lines there :( Sorry about that.

I did not catch this before, because I also had OS-supplied proj package :(

Pushed 4.9.3-3 to repos, they will be available in next 20 mins.

Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Daniel Farina 2017-11-29 00:15:02 mysql_fdw for Postgres 10?
Previous Message Daniel Farina 2017-11-27 22:11:36 Re: Heads up: Potential PostGIS breakage is coming