HP3000-L Archives

April 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Sat, 15 Apr 2000 17:57:27 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (38 lines)
Louise wrote...

> I am new to this list and new to what I am doing with Apache.

Welcome!

> I am trying to port Apache to our 3000 and am having some problems.

Have you considered to use one of the precompiled Apache versions
for MPE/iX that can be used "out of the box", instead of running your
own build?

There are at least three different web sites where (different flavours
of) Apache executables are available for download. Here are the URLS:

  http://www.bixby.org -> Mark -> Apache/iX
  http://jazz.external.hp.com -> Freeware/Downloads/Apache(?)
  http://www.editcorp.com/personal/lars_appel/ -> Apache JServ

Let's assume you prefer to compile your own version...

> $ make
> c89 -c  -O2 -DMPE -D_POSIX_SOURCE -D_SOCKET_SOURCE  alloc.c
> c89: unrecognized option: 2

It seems you are using the HP C/iX compiler (and probably /bin/make
from the Posix shell). I have never used those to build Apache on
MPE/iX. I have had next to zero build problems when installing the
GNU tools (gnucore, gnugroff, gnugcc) before building Apache/iX.

They can be found on http://jazz.external.hp.com for free download.

To build Apache/iX with the c89 compiler, you will probably have to
adjust the build scripts and or Makefile(s). However, it might be
less tedious to simply install and use GNU gcc (and make) from Jazz.

Lars.

ATOM RSS1 RSS2