-----BEGIN PGP SIGNED MESSAGE-----
This mail is not a bug report. I read details of the latest Apache
version and I was a little bit sad. Apache HTTP server 1.3.0 and
above will not explicitly support operating system Ultrix.
Ultrix ranks among "old" operating systems. It has not implemented
modern features (for example dynamic linking). In addition to this
it has many broken things (shell, some kernel API, compiler ...).
On the other side it is proprietary operating system running on
hardware from the same vendor. We have several UNIXes
(Digital UNIX 4.0X, SCO Open Server 5.0X, SCO Open Desktop 3.0,
RedHat Linux 5.0). Ultrix platform seems to me more stable than
Linux or even SCO Open Server/Desktop.
Anyway, I have built and installed Apache HTTP server 1.3.0 under
Ultrix 4.4 without any problems. Apache httpd is working greatly,
I have not encountered any problem so far.
Building Apache 1.3.0 under Ultrix 4.4
- -------------------------------------
To build Apache under Ultrix 4.4, /bin/sh5 must be used instead of
/bin/sh (since Ultrix has broken shell /bin/sh) during configuration
procedure.
Configuration of Apache could be done by means of command:
$ CFLAGS=-O2 sh5 ./configure --prefix=/usr/local/apache
- --disable-rule=SHARED_CORE
After makefiles and other necessary files are created, Makefile in
the root of Apache installation directory must be edited (again
because of broken shell).
These lines ------->
install:
$(MAKE) -f $(MKF) $(MFLAGS) $(MFWD) build; \
fi
should be replaced by lines: -------->
install:
: \
else \
$(MAKE) -f $(MKF) $(MFLAGS) $(MFWD) build; \
fi
and that's all.
It is possible to build and install Apache now:
$ make
$ make install
Good luck.
Jan Gallo
PVT Bratislava a.s.
Phone: +421 88 728 163
PGP key: 0x855C6FD9
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.5.3i for non-commercial use <http://www.pgpi.com>
iQCVAwUBNYQB6Sx9U7iFXG/ZAQGXUgQAnLKnqeeYFozlODgesBQvYNzmr1hEypc4
HzSD+cRLmKrU0g17/NuZz36JuwCNCRqnxojN1sUSFFRo8gT/ulQSZzknz64iwxDk
3Q64xNXV6ivPLgcP3N3K+O4REoepvejV2s9jbs1i3jnsLzx7lMdWTgk4mhVbwWYz
GBgcEJlGND8=
=6kA3
-----END PGP SIGNATURE-----