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.94.2) (envelope-from ) id 1sgRfS-002HO3-KQ for pgsql-general@arkaria.postgresql.org; Tue, 20 Aug 2024 16:25:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sgRfP-001DAB-Sh for pgsql-general@arkaria.postgresql.org; Tue, 20 Aug 2024 16:25:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sgRfP-001DA3-Hr for pgsql-general@lists.postgresql.org; Tue, 20 Aug 2024 16:25:08 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sgRfJ-000apg-Nv for pgsql-general@lists.postgresql.org; Tue, 20 Aug 2024 16:25:06 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 47KGP0Vp1556689; Tue, 20 Aug 2024 12:25:00 -0400 From: Tom Lane To: Ron Johnson cc: H , PostgreSQL Users Mailing List Subject: Re: Looking for pg_config for postgresql 13.16 In-reply-to: References: <17e9d6192e184700513ea1c1cbe50e676fd5b75f.camel@meddatainc.com> Comments: In-reply-to Ron Johnson message dated "Tue, 20 Aug 2024 12:11:56 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <1556687.1724171100.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Tue, 20 Aug 2024 12:25:00 -0400 Message-ID: <1556688.1724171100@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Ron Johnson writes: > On Tue, Aug 20, 2024 at 11:56 AM H wrote: >> I am looking for pg_config for postgresql 13.16 that I run under Rocky >> Linux 9. It seems RL appstream latest version is pg_config in >> libpq-devel-13.11-1.el9.x86_64 but dnf complains: >> installed package postgresql13-"devel-13.16-2PGDG.rhel9.x86_64 obsoletes >> libpq-devel <= 42.0 provided by libpq-devel-13.11-1.el9.x86_64 from >> appstream" > That doesn't make sense. /usr/pgsql-13/bin/pg_config should be in plain > old postgresql13. I don't think the error is complaining that pg_config appears in both packages, it's just telling you that they are marked as being incompatible with each other. (There might be other files that are in both of those packages.) The easiest fix is likely to remove the libpq-devel package, expecting postgresql13-devel to provide whatever you needed from that. regards, tom lane