Aaah, more fun with SSH and HP-UX 11.00... 

I've managed to compile SSH-1.2.27 bare on our "Development" box, which has
gcc 2.8.1 installed on it. However, when I apply the patches for securID
use as suggested by Jean, my compile bombs... Surely there must be SOMEONE
who's implementing SSH on an HP somewhere... Anyhow, my compile dies with
the following lytanny of pain:

Unfortunately, HP won't provide any support since "It's not their product",
so I defer to anyone in the know, who is better a beating up "C" code than
I...

Thanks in advance,
Richard

        gcc -c -I.  -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H
-DHOST_KEY_FILE=\"/etc/ssh_host_key\"
-DHOST_CONFIG_FILE=\"/etc/ssh_config\"
-DSERVER_CONFIG_FILE=\"/etc/sshd_config\"
-DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -DETCDIR=\"/etc\"
-DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\"
-DTIS_MAP_FILE=\"/etc/sshd_tis.map\" -g -Ae -D_HPUX_SOURCE
-I/opt/sdclient/ace/examples/  sshd.c
cpp: "/usr/include/sys/xti.h", line 488: warning 2001: Redefinition of
macro TCP_NODELAY.
cpp: "/usr/include/sys/xti.h", line 489: warning 2001: Redefinition of
macro TCP_MAXSEG.
cc: "sshd.c", line 1283: warning 611: Qualifiers are not
assignment-compatible.
cc: "sshd.c", line 1284: warning 611: Qualifiers are not
assignment-compatible.
cc: "sshd.c", line 1406: warning 611: Qualifiers are not
assignment-compatible.
cc: "sshd.c", line 2036: warning 611: Qualifiers are not
assignment-compatible.
cc: "sshd.c", line 2037: warning 611: Qualifiers are not
assignment-compatible.
cc: "sshd.c", line 2054: warning 611: Qualifiers are not
assignment-compatible.
cc: "sshd.c", line 2055: warning 611: Qualifiers are not
assignment-compatible.
cc: "sshd.c", line 2710: error 1000: Unexpected symbol: "}".
cc: "sshd.c", line 3031: error 1000: Unexpected symbol: "void".
cc: "sshd.c", line 3031: error 1000: Unexpected symbol: "pw".
cc: "sshd.c", line 3341: error 1000: Unexpected symbol: "void".
cc: "sshd.c", line 3344: error 1000: Unexpected symbol: "{".
cc: "sshd.c", line 3477: error 1000: Unexpected symbol: "struct".
cc: "sshd.c", line 3488: error 1000: Unexpected symbol: "{".
cc: "sshd.c", line 3489: error 1588: "context" undefined.
cc: "sshd.c", line 3491: error 1529: Cannot select field of non-structure.
cc: "sshd.c", line 3491: error 1563: Expression in if must be scalar.
cc: "sshd.c", line 3500: error 1529: Cannot select field of non-structure.
cc: "sshd.c", line 3500: warning 563: Argument #1 is not the correct type.
cc: "sshd.c", line 3500: error 1529: Cannot select field of non-structure.
cc: "sshd.c", line 3500: warning 563: Argument #2 is not the correct type.
cc: "sshd.c", line 3503: error 1529: Cannot select field of non-structure.
cc: "sshd.c", line 3503: warning 563: Argument #1 is not the correct type.
cc: "sshd.c", line 3505: error 1529: Cannot select field of non-structure.
cc: "sshd.c", line 3528: error 1574: Unknown size for "cleanup_context".
cc: "sshd.c", line 3540: warning 611: Qualifiers are not
assignment-compatible.
cc: "sshd.c", line 3767: error 1530: Undefined struct or union.
cc: "sshd.c", line 3768: error 1530: Undefined struct or union.
cc: "sshd.c", line 3769: error 1530: Undefined struct or union.
*** Error exit code 1

Stop.


Richard Whittaker on the road or @ work
ICQ UIN 1390720 - You can get ICQ at: http://www.icq.com - Try it today!
WWW Homepage: http://ganges.connections.yk.ca/rwhittak
Work: 867-393-7756

Reply via email to