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 1u2uw7-007kVH-2H for pgsql-general@arkaria.postgresql.org; Thu, 10 Apr 2025 16:39:31 +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 1u2uw5-00EYh0-6y for pgsql-general@arkaria.postgresql.org; Thu, 10 Apr 2025 16:39:29 +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 1u2uw4-00EYgs-SG for pgsql-general@lists.postgresql.org; Thu, 10 Apr 2025 16:39:29 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u2uw2-004YMu-2u for pgsql-general@lists.postgresql.org; Thu, 10 Apr 2025 16:39:28 +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 53AGdMtu529249; Thu, 10 Apr 2025 12:39:22 -0400 From: Tom Lane To: "Daniel Westermann (DWE)" cc: Tomas Vondra , "pgsql-general@lists.postgresql.org" Subject: Re: Meson and Numa: C header not found In-reply-to: References: <99060f87-f477-4de1-b4cb-f195eaae5322@vondra.me> <510775.1744295595@sss.pgh.pa.us> <526422.1744301420@sss.pgh.pa.us> Comments: In-reply-to "Daniel Westermann (DWE)" message dated "Thu, 10 Apr 2025 16:26:54 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <529247.1744303162.1@sss.pgh.pa.us> Date: Thu, 10 Apr 2025 12:39:22 -0400 Message-ID: <529248.1744303162@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Daniel Westermann (DWE)" writes: >> Just to confirm, do you have all of these in /usr/lib64? > Yes, it it there That's just weird then. The only other theory that comes to mind is that there's something wrong with the SELinux attributes on these files. restorecon might help if so. regards, tom lane