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 1tQ7P5-000DOT-6s for pgsql-admin@arkaria.postgresql.org; Tue, 24 Dec 2024 16:05:03 +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 1tQ7P4-006WPG-7s for pgsql-admin@arkaria.postgresql.org; Tue, 24 Dec 2024 16:05:01 +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 1tQ7P3-006WOb-Sw for pgsql-admin@lists.postgresql.org; Tue, 24 Dec 2024 16:05:01 +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.96) (envelope-from ) id 1tQ7P2-000MgM-0x for pgsql-admin@postgresql.org; Tue, 24 Dec 2024 16:05:00 +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 4BOG4vqB1616133; Tue, 24 Dec 2024 11:04:57 -0500 From: Tom Lane To: "Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY]" cc: "pgsql-admin@postgresql.org" Subject: Re: Info on compile environment for RHEL 8 version of PG 17-2.1 In-reply-to: <5E4EA1D0-A769-4C0C-8A25-6D732CA44EF5@nasa.gov> References: <5E4EA1D0-A769-4C0C-8A25-6D732CA44EF5@nasa.gov> Comments: In-reply-to "Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY]" message dated "Fri, 20 Dec 2024 22:49:05 +0000" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <1616131.1735056297.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 24 Dec 2024 11:04:57 -0500 Message-ID: <1616132.1735056297@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY]" writes: > I=E2=80=99m a SysAdmin who has provided following packages to allow my D= BA to transfer an Open Source compiled version of PG 13 to PG 17-2.1 insta= lled from site RPMs. > The system in use has glibc v2.28-251 as provided by RH and recently pat= ched (early Dec 2024). > Wondering if the version in repo is a newer version of Glibc based on so= me of the error messages. What error messages? The strace output you show just looks like the program running through predefined search paths for libraries and localization data. In any case, when you don't say exactly what packages you're trying to install or where you got them from, it's quite hard to say if they're supposed to be compatible with RHEL8. regards, tom lane