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 1trwc1-00CUnM-9t for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 11 Mar 2025 10:13:25 +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 1trwby-00Ct79-Mz for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 11 Mar 2025 10:13:22 +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.94.2) (envelope-from ) id 1trwby-00Ct71-Gi for pgsql-pkg-yum@lists.postgresql.org; Tue, 11 Mar 2025 10:13:22 +0000 Received: from mout-p-101.mailbox.org ([80.241.56.151]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1trwbu-002DI5-2b for pgsql-pkg-yum@lists.postgresql.org; Tue, 11 Mar 2025 10:13:22 +0000 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4ZBqMw11djz9t7P for ; Tue, 11 Mar 2025 11:13:16 +0100 (CET) Date: Tue, 11 Mar 2025 11:13:15 +0100 From: Christoph Berg To: pgsql-pkg-yum@lists.postgresql.org Subject: Re: BUG #18833: libpq.so doesn't contain declared symbol in rpm --provides Message-ID: References: <202503101708.hmyugfg4rjpn@alvherre.pgsql> <425a672c6ca591a0ccee2a5d373764b6b561966f.camel@gunduz.org> <2082217.Jadu78ljVU@x-wing> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2082217.Jadu78ljVU@x-wing> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bruno Friedmann > We (Bareos dev's team) build our software on what's distributed by the OS > editor. which means for RHEL9 libpq5-devel 13.20 (rhel) > > From time to time people want (for good reasons :-) ) use pgdg binaries, > > if you go that way libpq from pgdg is installed and as the rpm provides all RH > symbol you will get only this. Is this only hitting Bareos and not every other application distributed by RH itself? If so, why? Christoph