Re: Looking for pg_config for postgresql 13.16 - Mailing list pgsql-general

From Tom Lane
Subject Re: Looking for pg_config for postgresql 13.16
Date
Msg-id 1556688.1724171100@sss.pgh.pa.us
Whole thread Raw
In response to Re: Looking for pg_config for postgresql 13.16  (Ron Johnson <ronljohnsonjr@gmail.com>)
List pgsql-general
Ron Johnson <ronljohnsonjr@gmail.com> writes:
> On Tue, Aug 20, 2024 at 11:56 AM H <agents@meddatainc.com> 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



pgsql-general by date:

Previous
From: Justin Clift
Date:
Subject: Re: Planet Postgres and the curse of AI
Next
From: William Kaper
Date:
Subject: Does a partition key need to be part of a composite index for the planner to take advantage of it? (PG 16.3+)