Hi,
In the beginning the compilation failed with the following error:
/oracle/software/adsl/freeradius-server-2.2.5/src/freeradius-devel/libradius.h:408: error: syntax error before "sig_t"
To fix this error, I've added the following line in libradius.h after "#include <signal.h>"
typedef void *sig_t;
Again compilation failed with the following error:
ld: fatal: file .libs/debug.o: wrong ELF class: ELFCLASS64
ld: fatal: File processing errors. No output written to .libs/libfreeradius-radius--m64.so
collect2: ld returned 1 exit status
gmake[4]: *** [
libfreeradius-radius.la] Error 1
* Note even with 3.0.2 same error.
Thanks;
Alwaad Alhaq