Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eJRd1-0000G6-Rh for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 27 Nov 2017 22:11:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eJRd1-0002zW-EA for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 27 Nov 2017 22:11:51 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1eJRd1-0002zJ-6W for pgsql-pkg-yum@lists.postgresql.org; Mon, 27 Nov 2017 22:11:51 +0000 Received: from mail-yw0-x229.google.com ([2607:f8b0:4002:c05::229]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eJRcy-0002Eg-Fe for pgsql-pkg-yum@lists.postgresql.org; Mon, 27 Nov 2017 22:11:50 +0000 Received: by mail-yw0-x229.google.com with SMTP id x20so12484913ywg.4 for ; Mon, 27 Nov 2017 14:11:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citusdata.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Qj3yqa+SjkdGJrY8bV4AycaNA9nOjzZ2R0dxTLXndvI=; b=PPNlSlLD45/grztra1RXAYdhah5aV1vDP9QYLbnejV45Wy8ImvgWBAw9UypRYB1pGC E4kJ17C07Mh/YlcpTBV9V/TB9bbcMILOi+mYn2bYAbpY01+LJeWEkicMccoF2t8ut8NM 0XyOWL9rkFKkeHOLuB2aF08XeAGvru8rxmxK8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Qj3yqa+SjkdGJrY8bV4AycaNA9nOjzZ2R0dxTLXndvI=; b=IUULkcuRyfByS1pvxglmL9x7QaZ2VaZcWV/s6lGzJKGrP9Xjfrh3WRsXxMyLvw29lh l6GnTZYi8d5J0eF4u22Xn4jQqrYsbc0+igWnYItoX1HVyS+EeaAKwT4maB0OhKLKHLm5 8Jpe+0yIHofx6BwA1gE2LI05OHLohbY9OlC6PEov2z7VOwR5D9lz+BxlieTFhgfOim+k IK3OEcxopbdzkv5O7DAy2InLeLmmHRwJD2ngFfqVvtofmuLM6pMnJ73PQ7xKVLsZFtkh cd3s8oi8KbWx4QyiUwGFUK6yCPlcQ7XUsUsP4GHiYAVNnpsiG+w47LlpHGI0A9smTrij M6iQ== X-Gm-Message-State: AJaThX5Lj8YTGXZ1z80mxlzGqmh5++Twki3wxorsjvAZGTLRr19cA/hC UxNLRHlUKG1h62uxul2nGr3Uh9EA7gvbidzDLiOu8CvA X-Google-Smtp-Source: AGs4zMbQn9fHx/FNnGF31MfIy4ts7d1cZsmqykd1Z7AbqWJs3f92KqVb6VKHam0s4LTXkdZDV3H+4WFXTIrmLdp4ogw= X-Received: by 10.13.242.196 with SMTP id b187mr620477ywf.16.1511820706857; Mon, 27 Nov 2017 14:11:46 -0800 (PST) MIME-Version: 1.0 References: <1511366364.3655.8.camel@gunduz.org> <48482592-9247-4850-B575-B4BAB84C4F44@gunduz.org> In-Reply-To: <48482592-9247-4850-B575-B4BAB84C4F44@gunduz.org> From: Daniel Farina Date: Mon, 27 Nov 2017 22:11:36 +0000 Message-ID: Subject: Re: Heads up: Potential PostGIS breakage is coming To: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Cc: pgsql-pkg-yum@lists.postgresql.org Content-Type: multipart/alternative; boundary="94eb2c0340103249e2055efe304c" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --94eb2c0340103249e2055efe304c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Nov 27, 2017 at 2:08 PM Devrim G=C3=BCnd=C3=BCz = wrote: > Hi Daniel, > > Thank you for the feedback! > > Can you please update the packages? I pushed a fix for this last week. > > Regards, Devrim > I saw that with regard to proj and geos, and I'm updated, but I think postgis itself needs similar treatment. =3D# 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 =3D# \q $ find /usr/ -name 'libproj.so.12' /usr/proj49/lib/libproj.so.12 --94eb2c0340103249e2055efe304c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Nov 27= , 2017 at 2:08 PM Devrim G=C3=BCnd=C3=BCz <devrim@gunduz.org> wrote:
Hi Daniel,

Thank you for the feedback!

Can you please update the packages? I pushed a fix for this last week.

Regards, Devrim

I saw that with regar= d to proj and geos, and I'm updated, but I think postgis itself needs s= imilar treatment.

=3D# create extension postg= is;
ERROR:=C2=A0 could not load library "/usr/pgsql-10/lib/<= a href=3D"http://postgis-2.4.so">postgis-2.4.so": libproj.so.12: c= annot open shared object file: No such file or directory
=3D# \q<= /div>
$ find /usr/ -name 'libproj.so.12'
/usr/proj49/= lib/libproj.so.12

--94eb2c0340103249e2055efe304c--