Re: Meson and Numa: C header not found - Mailing list pgsql-general

From Daniel Westermann (DWE)
Subject Re: Meson and Numa: C header not found
Date
Msg-id GV0P278MB041906C8D87B0EC37BF6A291D2B72@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: Meson and Numa: C header not found  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Meson and Numa: C header not found
List pgsql-general
>Just to confirm, do you have all of these in /usr/lib64?

>$ ls -l /usr/lib64/libnuma*
>lrwxrwxrwx. 1 root root    16 Nov  4 19:00 /usr/lib64/libnuma.so -> libnuma.so.1.0.0
>lrwxrwxrwx. 1 root root    16 Nov  4 19:00 /usr/lib64/libnuma.so.1 -> libnuma.so.1.0.0
>-rwxr-xr-x. 1 root root 62424 Nov  4 19:00 /usr/lib64/libnuma.so.1.0.0

>As of HEAD, line 957 of meson.build is

>  if not cc.has_header('numa.h', dependencies: libnuma, required: libnumaopt)

postgres@pgbox:/home/postgres/ [DEV] ls -l /usr/lib64/libnuma*
lrwxrwxrwx. 1 root root    16 Nov  5 01:00 /usr/lib64/libnuma.so -> libnuma.so.1.0.0
lrwxrwxrwx. 1 root root    16 Nov  5 01:00 /usr/lib64/libnuma.so.1 -> libnuma.so.1.0.0
-rwxr-xr-x. 1 root root 62424 Nov  5 01:00 /usr/lib64/libnuma.so.1.0.0
18:25:38 postgres@pgbox:/home/postgres/ [DEV] 

Yes, it it there

Regards
Daniel

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Meson and Numa: C header not found
Next
From: "David G. Johnston"
Date:
Subject: Re: Capturing both IP address and hostname in the log