26 Feb
2023
26 Feb
'23
8:40 a.m.
On Feb 26, 2023, at 8:30 AM, Prajwal Basnet via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I've already tried installing libkqueue-dev using ubuntu package manager, still getting the same results. Also checked it with v3.2, still kqueue is not found.
The "configure" script puts all of its detailed output into "config.log". Look there for "sys/event.h", and you'll see exactly what it's doing. This includes the program it's trying to compile, the compilation flags, and the compiler output. So read that to see exactly what's going wrong. Alan DeKok.