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