Re: Compile 14.1 in EL5.8

2022-02-09 Thread Thomas Munro
On Thu, Feb 10, 2022 at 2:23 PM Tom Lane wrote: > Thomas Munro writes: > > ... I wondered about also removing the leftover comment > > "We assume that any system that has Linux epoll() also has Linux > > signalfd()" which was my attempt to explain that there wasn't a > > separate configure check

Re: Compile 14.1 in EL5.8

2022-02-09 Thread Tom Lane
Thomas Munro writes: > ... I wondered about also removing the leftover comment > "We assume that any system that has Linux epoll() also has Linux > signalfd()" which was my attempt to explain that there wasn't a > separate configure check for signalfd.h, but I guess the sentence is > still true in

Re: Compile 14.1 in EL5.8

2022-02-09 Thread Thomas Munro
On Thu, Feb 10, 2022 at 3:38 AM Tom Lane wrote: > Gabriela Serventi writes: > > Hi! I'm trying to compile release 14.1 in a very old Linux Server (Red Hat > > Enterprise Linux Server release 5.8). I can run configure successfully, but > > when I try to run make, I get the following error: > > lat

Re: Compile 14.1 in EL5.8

2022-02-09 Thread Tom Lane
Gabriela Serventi writes: > Hi! I'm trying to compile release 14.1 in a very old Linux Server (Red Hat > Enterprise Linux Server release 5.8). I can run configure successfully, but > when I try to run make, I get the following error: > latch.c:85:26: error: sys/signalfd.h: No such file or director