> "alloc.c", line 2518: undefined symbol: STDOUT_FILENO
> "alloc.c", line 2524: undefined symbol: STDIN_FILENO
> "alloc.c", line 2530: undefined symbol: STDERR_FILENO
> cc: acomp failed for alloc.c
> My guess is that for some reason 'unistd.h' is not being
included in
> ap_config.h but we don't know (a) why not and (b) what to do
to make it work properly.
The elementary step we had omitted was to set the locale properly; the
settings were causing "tr '[a-z]' '[A-Z]'" to mangle whatever it was passed,
and not translate it to uppercase as we would expect. So the Configure
script in apache*/src was creating a version of ap_config_auto.h which
wasn't #defining HAVE_UNISTD_H, and thence came the compile errors. The
variant "tr [:lower:] [:upper:]" seems to work independently of what
LC_COLLATE is set to.
Pardon my ignorance,
Phil Mills
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]