Re: Looking for pg_config for postgresql 13.16

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
Cc: H <agents(at)meddatainc(dot)com>, PostgreSQL Users Mailing List <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Looking for pg_config for postgresql 13.16
Date: 2024-08-20 16:25:00
Message-ID: 1556688.1724171100@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ron Johnson <ronljohnsonjr(at)gmail(dot)com> writes:
> On Tue, Aug 20, 2024 at 11:56 AM H <agents(at)meddatainc(dot)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

In response to

Browse pgsql-general by date

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