Ultrix is not explicitly supported by Apache 1.3.0 and above

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by Ján gall » Mon, 15 Jun 1998 04:00:00



-----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-----

 
 
 

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by Richard Tomki » Mon, 15 Jun 1998 04:00:00


Jan, Thanks very much for the explanation.
rtt

 
 
 

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by Mike O'Conno » Tue, 16 Jun 1998 04:00:00



: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.

Did you try with ksh or perhaps bash?

--

 InterNIC WHOIS: MJO | (has my PGP & Geek Code info) | Phone: +1 248-848-4481

 
 
 

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by Jesper Holc » Tue, 16 Jun 1998 04:00:00


I have just compiled and installed Apache 1.3 on my Ultrix 4.5
Decstation with no significant problems. Also mod_perl
is installed and works fine.

I run bash as my shell and use gcc.

Jesper Holck
Ballerup Business College
http://www.ballehs.dk/




>: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.

>Did you try with ksh or perhaps bash?

>--
> Michael J. O'Connor | WWW: http://dojo.mi.org/~mjo/ | Email:


Quote:> InterNIC WHOIS: MJO | (has my PGP & Geek Code info) | Phone: +1
248-848-4481

 
 
 

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by qmail.. » Fri, 26 Jun 1998 04:00:00


Hi,

I've finally managed to locate installation instructions but when I
apply the patch to apache:

$ patch -pl -i SSLpatch
patch: **** strip count `l' is not a number

Since I'm using RedHat 5.1 I've added -lcrypt to both the patch and the
Configuration file in the src dir.

I'm not familiar with these type of scripts, can someone please tell me
where the solution lies?

Thanks!

Steve Szmidt

 
 
 

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by Holger Rei » Sat, 27 Jun 1998 04:00:00



> Hi,

> I've finally managed to locate installation instructions but when I
> apply the patch to apache:

> $ patch -pl -i SSLpatch
> patch: **** strip count `l' is not a number

You want at most to use "patch -d . -p 0 < SSLpatch"
or to upgrade to a newer patch program and then just do
patch < SSLpatch

--
read you later  -  Holger Reif
------------------------------------ Signaturprojekt Deutsche Einheit
TU Ilmenau - Informatik - Telematik                (Verdamp lang her)

Remus.PrakInf.TU-Ilmenau.DE/Reif/    alle 7 Bruecken gehen zu koennen

 
 
 

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by Niels Baggese » Sat, 27 Jun 1998 04:00:00



> Hi,
> I've finally managed to locate installation instructions but when I
> apply the patch to apache:
> $ patch -pl -i SSLpatch
> patch: **** strip count `l' is not a number

Note that it is -p1, not -pl (that is: -p one not -p ell)

/Niels

--
Niels Baggesen,  UNI-C,  Olof Palmes Alle 38,  DK-8200  Aarhus N,  Denmark

---  Never underestimate the bandwidth of a CD flying through the lab  ---

 
 
 

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by Steve Szmid » Sat, 27 Jun 1998 04:00:00




> > Hi,

> > I've finally managed to locate installation instructions but when I
> > apply the patch to apache:

> > $ patch -pl -i SSLpatch
> > patch: **** strip count `l' is not a number

> Note that it is -p1, not -pl (that is: -p one not -p ell)

> /Niels

> --
> Niels Baggesen,  UNI-C,  Olof Palmes Alle 38,  DK-8200  Aarhus N,  Denmark

> ---  Never underestimate the bandwidth of a CD flying through the lab  ---

Duh, well thank you!! : )

Dangerous to use a font which does not clearly distinguish characters!

Thanks again!

Steve

 
 
 

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by Steve Szmid » Sat, 27 Jun 1998 04:00:00


Hi,

Anyone who can tell me where I point to the 'SSLeay source tree', and
what settings are available for SSL_BASE?

7. Proceed with standard Apache configuration. Note that you'll need to
set
SSL_* to appropriate values. If you point to the SSLeay source tree,
then
you'll only need to set SSL_BASE.

So far I've got very little familiarity with how to implement SSL. I
know what it is and how to use it once I get it. It's just the getting
there.

I'm missing that overview that shows the parts and how they mesh
together conceptually. Then I can persue each point in the proper
sequence. So far I've mostly found technical details (which are great)
but does assume an overall knowledge is there. I would even volunteer to
write the man pages so that others could get to it easily.

Thanks,

Steve

 
 
 

Ultrix is not explicitly supported by Apache 1.3.0 and above

Post by G-ma » Wed, 01 Jul 1998 04:00:00


: Hi,

: I've finally managed to locate installation instructions but when I
: apply the patch to apache:

: $ patch -pl -i SSLpatch
: patch: **** strip count `l' is not a number

: Since I'm using RedHat 5.1 I've added -lcrypt to both the patch and the
: Configuration file in the src dir.

: I'm not familiar with these type of scripts, can someone please tell me
: where the solution lies?

: Thanks!

: Steve Szmidt

check out www.linuxrox.com/software/webserver or
www.linuxrox.com/software

--

http://www.infinex.com/~gman                   Keeper of       Bay Area
                                                B.A.S.P:        Shell
Linux => OS for the Computer-Literate!                               Providers List
(=E G-man, G-DoG, Archy, LoOoD, Gary B. from E.C and FoG CiTY