The subject more or less says it all. I've
found one bug report online which is pretty similar, but
does not say much about a solution:
The errors look like:
alloc.c: in function
'spawn_child_core':
alloc.c: 2291'STDIN_FILENO'
undeclared alloc.c: 2297 'STDIN_FILENO'
undeclared
alloc.c: 2303 'STDIN_FILENO'
undeclared
The compile command is the basic:
sudo perl Makefile.PL src="../apache_1.3.26/src"
USE_APACI=1 EVERYTHING=1 DO_HTTPD=1
The one thing that is perhaps slightly unusual
about the installation is that it's entirely offline. This is an
unfortunate fact of the security conscious network environment I'm operating
in.
|