Anyone have joy (and/or relevant patches) compiling Apache 1.3 on (an up to
date) RedHat 7?
I’m getting far too many errors and it’s beyond my archaic C memories to fix
them.
It’s gcc version 4.8.5, apache_1.3.42, mod_perl-1.31.
Things like:
perl_util.c:673:5: error: use of undeclared identifier 'PL_uid'; did you mean
'PL_Cmd'?
uid = (int)getuid();
^~~
PL_Cmd
perl_util.c:674:5: error: use of undeclared identifier 'PL_euid'
euid = (int)geteuid();
^
./perl_PL.h:47:14: note: expanded from macro 'euid'
#define euid PL_euid
^
perl_util.c:675:5: error: use of undeclared identifier 'PL_gid'; did you mean
'PL_Cmd'?
gid = (int)getgid();
^~~
PL_Cmd