In my original post, the result from the compilation of apache 1.3.3 included errors:
cc -c -I../../os/unix -I../../include -DOSF1 -DUSE_HSREGEX `../../apaci` os.c
In file included from os.c:6:
../../include/ap_config.h:916: netdb.h: No such file or directory
In file included from os.c:6:
../../include/ap_config.h:919: arpa/inet.h: No such file or directory
*** Exit 1
Stop.
And it turns out only 2 files were missing:
/usr/include/netdb.h
/usr/include/arpa/inet.h
After putting these 2 files back in where they belong, I recompiled and didn't
get any more errors.
Thanks to all who pointed out where the problem was,
--
Didier Godefroy
mailto:dg_at_ulysium.net
Received on Mon Dec 14 1998 - 16:24:18 NZDT