Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vM6A4-000wPO-39 for pgsql-admin@arkaria.postgresql.org; Thu, 20 Nov 2025 15:01:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vM6A3-002NdP-1o for pgsql-admin@arkaria.postgresql.org; Thu, 20 Nov 2025 15:01:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vM6A3-002Nd8-0i for pgsql-admin@lists.postgresql.org; Thu, 20 Nov 2025 15:01:27 +0000 Received: from mail.cybercat.ca ([148.59.136.195]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (Exim 4.96) (envelope-from ) id 1vM6A1-000ZHL-0T for pgsql-admin@lists.postgresql.org; Thu, 20 Nov 2025 15:01:27 +0000 Received: from [198.58.210.162] (account rossnick-lists@cybercat.net) by cybercat.net (CommuniGate Pro WEBUSER 6.2.15) with HTTP id 285449601 for pgsql-admin@lists.postgresql.org; Thu, 20 Nov 2025 10:01:22 -0500 From: "Nicolas Ross" Subject: Can't update RPM package to latest version To: pgsql-admin@lists.postgresql.org X-Mailer: CommuniGate Pro WebUser v6.2.15 Date: Thu, 20 Nov 2025 10:01:22 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I have several installation of postgres 14 and 17 on Rocky Linux 9 from the postgres.org repo. I am not able to update the postgresql17-contrib package to the latest version (17.7), it gives me this error : Error: Problem: cannot install the best candidate for the job - nothing provides libcrypto.so.3(OPENSSL_3.4.0)(64bit) needed by postgresql17-contrib-17.7-1PGDG.rhel9.x86_64 from pgdg17 It's a similar error with pgdg14. Any hints ?