Making Apache 1.3.3 on DU4.0

From: Didier Godefroy <dg_at_ulysium.net>
Date: Sun, 13 Dec 1998 22:04:14 -0500

I simply unpacked the tarball, then ran configure like this:

./configure --prefix=/usr/local/apache

and then did the make, as it suggests in the INSTALL file, for the most direct
and simple approach:

# make
===> src
===> src/regex
sh ./mkh -i _REGEX_H_ regex2.h regcomp.c regerror.c regexec.c regfree.c > ../include/hsregex.h
sh ./mkh -p regcomp.c >regcomp.ih
gcc -I. -I../os/unix -I../include -DOSF1 -DUSE_HSREGEX `../apaci`
-DPOSIX_MISTAKE -c regcomp.c
gcc -I. -I../os/unix -I../include -DOSF1 -DUSE_HSREGEX `../apaci`
-DPOSIX_MISTAKE -c regexec.c
gcc -I. -I../os/unix -I../include -DOSF1 -DUSE_HSREGEX `../apaci`
-DPOSIX_MISTAKE -c regerror.c
gcc -I. -I../os/unix -I../include -DOSF1 -DUSE_HSREGEX `../apaci`
-DPOSIX_MISTAKE -c regfree.c
rm -f libregex.a
ar cr libregex.a regcomp.o regexec.o regerror.o regfree.o
ranlib libregex.a
<=== src/regex
===> src/os/unix
gcc -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.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

And that's what I get, could someone explain why it won't compile out of the box
for Digital Unix 4.0 without messing with something???

-- 
Didier Godefroy
mailto:dg_at_ulysium.net
Received on Mon Dec 14 1998 - 08:17:37 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:38 NZDT