You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Voglmaier, Reinhard Erich" <rv...@GlaxoWellcome.co.uk> on 1998/07/21 08:13:00 UTC

Apache on HP-UX

I've compiled ( i.e. tried to compile ) apache 1.3.1 with the paid-for
Ansi CC compiler on HP-UX.
Until now on Version 10.20 and 11.00.

HP-UX 11.00:
===> src/os/unix
        cc -c  -I../../os/unix -I../../include   -DHPUX11 -Aa
-D_HPUX_SOURCE -DSTATUS -
DUSE_HSREGEX `../../apaci` os.c
cc: "/usr/include/dlfcn.h", line 17: error 1681: Must use +e or -Ae for
long long in AN
SI mode.
cc: "os.c", line 40: warning 611: Qualifiers are not
assignment-compatible.
cc: "os.c", line 40: warning 563: Argument #1 is not the correct type.
*** Error exit code 1
You have to patch the Configure File. Just insert a line for HP-UX 11
with the switch -Ae, and it works.

HP-UX 10.20:
===> src/os/unix
        cc -c  -I../../os/unix -I../../include   -DHPUX10 -Ae
-D_HPUX_SOURCE -DSTATUS -DUSE_HSREGEX `../../apaci` os.c
cc: "os.c", line 32: error 1000: Unexpected symbol: "handle".
cc: "os.c", line 32: error 1588: "shl_t" undefined.
cc: "os.c", line 33: error 1588: "handle" undefined.
cc: "os.c", line 33: error 1588: "BIND_IMMEDIATE" undefined.
cc: "os.c", line 33: error 1588: "BIND_VERBOSE" undefined.
cc: "os.c", line 33: error 1588: "BIND_NOSTART" undefined.
cc: "os.c", line 34: error 1527: Incompatible types in cast: Must cast
from scalar to scalar or to void type.
cc: "os.c", line 48: error 1000: Unexpected symbol: "handle".
cc: "os.c", line 48: error 1588: "shl_t" undefined.
cc: "os.c", line 62: error 1000: Unexpected symbol: ")".
cc: "os.c", line 64: error 1000: Unexpected symbol: ")".
cc: "os.c", line 62: error 1588: "shl_t" undefined.
cc: "os.c", line 62: error 1588: "TYPE_PROCEDURE" undefined.
cc: "os.c", line 64: error 1588: "TYPE_DATA" undefined.
*** Error exit code 1

On this platform I did'nt succeed to make it compile. First of all
because i Don't have much time. I have to setup our intranet, so at this
moment I continue to use version 1.3.0 that works fine.
Next week I hope to have a moment of "relax" so I'll continue to work on
it, I will try it on HP-UX 9.00 , too.

cheers
Reinhard

PS. I think to have posted this mail to Marc Slemko, but I believe he
did'nt receive it ( for some strange reason ).