tar and uncompress to decode it.
e.g.: uncompress -c httpd_1.5_source.tar.Z | tar -xf -
or: tar -xf httpd_1.5_source.tar
support,src,cgi-src). The supported
configurations only require typing make from the top level directory and
then reading the instructions, picking a system, and typing make again.
v1.5 supports the following systems in this fashion:
SunOS Solaris2 Irix HP-UX AIX3 AIX4 Ultrix OSF/1 Amdahl UTS 2.1 Sequent Linux NetBSD SCO ODT SCO SVR3.2 SVR4 NeXT A/UX HP/Apollo Domain/OS AT&T SVR3.2 QNX 4.22
If your system is not listed, you have to modify src/Makefile
and the Unknown system section of src/portability.h.
src/Makefile or src/config.h. The ones in the
Makefile are generally security related, and often have extra libraries
and/or include file directories that are necessary for compilation.
The options in config.h are usually no more than a
#define, and are fairly well documented in config.h.
Return to Installation Overview