Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpx8A-0006yp-DK for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 30 Sep 2016 12:41:34 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bpx89-0006N4-WE for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 30 Sep 2016 12:41:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bpx89-0006Lx-E5 for pgsql-pkg-yum@postgresql.org; Fri, 30 Sep 2016 12:41:33 +0000 Received: from mail-oi0-x231.google.com ([2607:f8b0:4003:c06::231]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bpx7z-0000qD-KV for pgsql-pkg-yum@postgresql.org; Fri, 30 Sep 2016 12:41:32 +0000 Received: by mail-oi0-x231.google.com with SMTP id n132so63104286oih.1 for ; Fri, 30 Sep 2016 05:41:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=B9v+5srrlNNzeq7RtBcJLhHnqftvexbsfbbrh5nXIFM=; b=h2r93p63M2gWOWKvXIr8bGdMI9b4vtcvh0kcB/L1hCJe9SJRMXQ5cYYIccszh9opAS riH6YZjfrvQMosHxRdIfHe5XMU52xw5KPabdEl2S2ISKOz4GE9YRmZFd540kBJYoLwDX PatMcuYsWtEM4Bp2lFA+wSan1RWJgYvpS7jd2Pra63yaNz02IQcv38dJQYniyPHzQ0bf zRtp/5bBnZoUiIlo+n18tacQRgkj13HGvNJ1pKHWZ2JRNW4pyWoOnVcutEKIQjAxBhmU S4svNrz6Jx2E1yrJ+qGybOB09yVbeyG5u8Fto3jhyCLB24kpPI0f0z7pRX+2erth5S97 pJ5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=B9v+5srrlNNzeq7RtBcJLhHnqftvexbsfbbrh5nXIFM=; b=fWnSoS51AXZ5jwj9XAqKiiHEvlspUsyAjzsmk1d0jMBhTaQgfnVBGpNGyvua8+GCuJ 45Arrjd/yOSDSfnwN6prbLAYTkz10hi9/hLoy9wOimre5qqR337ANDRlsnpb4uLFOc8c hBQUQsnFK9Yo7YmLrJVnYRmZEEK6JXbU5B4q4nocqj68boE245dmi0+uyZpDn3pJci/o xrwVdN7JM3j2pKd0+pAMra6ofr53r/7tO8bEzQivYbETO9i8X37IWEB4X78encaAGJbw 1x1gTPM/NZ0HZOxMREms41M3FRpokEp+1zy8j8/6lgUkDsX8YVDiL4MaOnIEAOKrafrO M7fw== X-Gm-Message-State: AA6/9Rnb8KSPrXVTXBwcW9jZZ3B8vLgUZpUPeuwlYdgDyfemjF3DGV5eY37F0wyzqwyX0Wfp8RWHZsGhIvAErg== X-Received: by 10.202.51.8 with SMTP id z8mr6417830oiz.76.1475239281731; Fri, 30 Sep 2016 05:41:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.198.2 with HTTP; Fri, 30 Sep 2016 05:41:21 -0700 (PDT) In-Reply-To: <1475220454.24885.131.camel@gunduz.org> References: <1475057321.24885.26.camel@gunduz.org> <1475220454.24885.131.camel@gunduz.org> From: Scott Mugnaini Date: Fri, 30 Sep 2016 15:41:21 +0300 Message-ID: Subject: Re: PostGIS 2.3 and PgRouting 2.0.3? To: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Cc: pgsql-pkg-yum Content-Type: multipart/alternative; boundary=001a113cd2b258b8c7053db8e942 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-pkg-yum Precedence: bulk Sender: pgsql-pkg-yum-owner@postgresql.org --001a113cd2b258b8c7053db8e942 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable It installs but I get error below on creating extension: create extension pgrouting; ERROR: could not load library "/usr/pgsql-9.6/lib/librouting.so": /usr/pgsql-9.6/lib/librouting.so: undefined symbol: heap_formtuple david=3D# Thanks, Scott On Fri, Sep 30, 2016 at 10:27 AM, Devrim G=C3=BCnd=C3=BCz wrote: > > Hi, > > On Thu, 2016-09-29 at 19:27 +0300, Scott Mugnaini wrote: > > PgRouting is missing from CentOS 6x.64 production > > Will it still be added? > > 2.3 and 2.2 cannot be compiled on RHEL 6, so I pushed 2.0.1 to the testin= g > repository. It will be available in an hour. Once it is there, you can > install > it with > > yum --enablerepo pgdg96-updates-testing install pgrouting_96 > > if you have have the latest repository RPM. Please let me know if it > works, so > that I can push it to the stable repository. > > Regards, > -- > Devrim G=C3=9CND=C3=9CZ > EnterpriseDB: http://www.enterprisedb.com > PostgreSQL Dan=C4=B1=C5=9Fman=C4=B1/Consultant, Red Hat Certified Enginee= r > Twitter: @DevrimGunduz , @DevrimGunduzTR > --001a113cd2b258b8c7053db8e942 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
It installs but I get error below on creating ex= tension:
create extension pgrouting;
ERROR:=C2=A0 could not load libr= ary "/usr/pgsql-9.6/lib/librouting.so": /usr/pgsql-9.6/lib/librou= ting.so: undefined symbol: heap_formtuple
david=3D#
Thanks,
=
Scott

On Fri, Sep 30, 2016 at 10:27 AM, Devrim G=C3=BCnd=C3=BCz <devrim@gund= uz.org> wrote:

Hi,

On Thu, 2016-09-29 at 19:27 +0300, Scott Mugnaini wrote:
> PgRouting is missing from CentOS 6x.64 product= ion
> Will it still be added?

2.3 and 2.2 cannot be compiled on RHEL 6, so I pushed 2.0.1 to the t= esting
repository. It will be available in an hour. Once it is there, you can inst= all
it with=C2=A0

yum --enablerepo pgdg96-updates-testing install pgrouting_96

if you have have the latest repository RPM. Please let me know if it works,= so
that I can push it to the stable repository.

Regards,
--
Devrim G=C3=9CND=C3=9CZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Dan=C4=B1=C5=9Fman=C4=B1/Consultant, Red Hat Certified Engineer<= br> Twitter: @DevrimGunduz , @DevrimGunduzTR

--001a113cd2b258b8c7053db8e942--