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 1vHM1V-004d9r-1s for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 07 Nov 2025 12:57:01 +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 1vHM1S-00E9YO-9I for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 07 Nov 2025 12:56:58 +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 1vHM1S-00E9YG-3M for pgsql-pkg-yum@lists.postgresql.org; Fri, 07 Nov 2025 12:56:58 +0000 Received: from mout-p-202.mailbox.org ([2001:67c:2050:0:465::202]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vHM1O-006UcI-0U for pgsql-pkg-yum@lists.postgresql.org; Fri, 07 Nov 2025 12:56:56 +0000 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (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-202.mailbox.org (Postfix) with ESMTPS id 4d2zbF0rrdz9tlG; Fri, 7 Nov 2025 13:56:41 +0100 (CET) Date: Fri, 7 Nov 2025 13:56:40 +0100 From: Christoph Berg To: Manika Singhal Cc: pgsql-pkg-yum@lists.postgresql.org Subject: Re: Question on inconsistency =?utf-8?Q?be?= =?utf-8?Q?tween_PGDG_deb_=22server-dev=22_and_rpm_=E2=80=9Cdevel=22_packa?= =?utf-8?Q?ges_regarding_=E2=80=9Clibpgfeutils=2Ea=22?= Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Manika Singhal > On Debian-based systems, the postgresql-server-dev package includes the > static library *libpgfeutils.a*, Some packages need it, but it's rare and possibly there's ways to avoid it. Now if I remembered which package that was... commit fdfa5c42c8e20178e884a91a2366eb9a723dab02 Author: Christoph Berg Date: Tue May 8 15:32:07 2018 +0200 Move libpgport.a, libpgcommon.a, and libpgfeutils.a from libdir to pkglibdir These static libraries are server-version dependant (though many functions are compatible), so move them from $libdir to $pkglibdir, i.e. from /usr/lib/ to /usr/lib/postgresql/NN/lib. commit 497ecce60b7c149c7839b371cc1b7d6f390e32ab Author: Christoph Berg Date: Sat Mar 26 16:47:11 2016 +0100 Install usr/lib/*/libpgfeutils.a Christoph