Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1eidvi-0005Vw-Eg for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 05 Feb 2018 10:23:18 +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 1eidvf-0005WF-8n for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 05 Feb 2018 10:23:15 +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 1eicto-0007h0-66 for pgsql-pkg-yum@lists.postgresql.org; Mon, 05 Feb 2018 09:17:16 +0000 Received: from mail-pl0-x22e.google.com ([2607:f8b0:400e:c01::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eictl-0007iC-8T for pgsql-pkg-yum@postgresql.org; Mon, 05 Feb 2018 09:17:14 +0000 Received: by mail-pl0-x22e.google.com with SMTP id k8so9160950pli.8 for ; Mon, 05 Feb 2018 01:17:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=KXFZUkonBAbyDwnfoKILZ5yti5G66oaiF7rPSQ7vELw=; b=AlwdsGohoh7U3Z24bxFHXJVJCG/ueqpLFy4mN4j6eqfnNIhVD/jwMG3c1bJSsnNsL2 hA+FOoyjTz2P5lFNLrOqCJUM8NsXZlFS1f+KBgVxwHxCkeqDMVZMEn/zaQ0vGfWonU8i 5/qG1G00lWYAdpqvSwfbMrc0AycWJzjB4vTdJRf0qJDnlQ3fMId9XolZy37Gu6vCNE3s V7g8HrYn1Ro0z09j3x8OzbN1VUP1eRA4KoBhDns2HZyHZZWrc3jXpa/K25Zltt6w/ot0 k/xuuwK7sfcfxslQS1nu4aOfJQ963hK2URSxYHAlB5j3DbaS9FGiNOrQzee497Gp79mz gkbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KXFZUkonBAbyDwnfoKILZ5yti5G66oaiF7rPSQ7vELw=; b=lsSjZ0eg0scJLAa9fpjZ+/xNO5mnfjFLS0KOaExQ61T6l4ZVtvtIAy9dn8/ZtDMN/m hR+xr6hD5DHjYSijB/D2uwHzJ9vDYz6g6Cl36KT0XA26UJ0ZBogKRjmcGBGMz6x6fLi1 Uphip4J4GGi0Lt+c6fF3MJi10eMLuu7yC1RveQYgwo75Pf023ZEmNNzs7zi9BgpC7I6s DoghOiUPljFRLyZX1Cs6nM8aKCU2SHu8Poxxm1d+/d2lW/9aAuzjjv16S+oshB3nLx50 QzPXIUZledb80WAIg4NR4+dezHSQOFPsoKBFvnjaHRu0e1dAXkAeVhfDimlDFUSv0cZl 3Jkg== X-Gm-Message-State: AKwxytdLz3ehFnxHo1gdA6XUfeuFomnQ4Af5P+yXMSN8khgsgd17b9y+ NU5rBEvSkVToQq+JW3o75IDn7/8/O5ANCS2Drqn1pw== X-Google-Smtp-Source: AH8x226JYoqIv+RhYQwzoOD8kyTJKEQGYKBL7MM6DGviFj39xQm0U6kEtOWQQBfj8sd5K75ZKIpvCdadzYIHBqtXTws= X-Received: by 2002:a17:902:be15:: with SMTP id r21-v6mr22678488pls.361.1517822231614; Mon, 05 Feb 2018 01:17:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.100.145.72 with HTTP; Mon, 5 Feb 2018 01:17:11 -0800 (PST) From: Fornaroli Christophe Date: Mon, 5 Feb 2018 10:17:11 +0100 Message-ID: Subject: dependency problem for gdal-libs and libproj To: pgsql-pkg-yum@postgresql.org Content-Type: multipart/alternative; boundary="000000000000f29a7d0564738636" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000f29a7d0564738636 Content-Type: text/plain; charset="UTF-8" Hello, We are using the postgresql (9.3) yum repository on CentOs 7 and we can no longer update our servers. The error is: # yum update ... Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg93) Requires: libproj.so.12()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest libproj.so.12 is part of proj version 4.9 but the available version in the epel repository is 4.8. Thanks, Christophe --000000000000f29a7d0564738636 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

We are using the postgresql (9.3) yum repository on Cent= Os 7 and we can no longer update
our servers. The error is:

# yum update
...
Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg93)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Requires: libproj.so.12()(64bit) =C2=A0You could try using --skip-broken to work around the problem
=C2=A0You could try running: rpm -Va --nofiles --nodigest

libproj.so.12 is part of proj version 4.9 but the available version in the<= br> epel repository is 4.8.

Thanks,
Christophe
--000000000000f29a7d0564738636--