Still haven't been able to install OpenSSH on HP-UX 10.20.

I reinstalled OpenSSL (0.9.5a from HP sw port center), Zlib (1.1.3 from port
center) and re-downloaded OpenSSH 2.1.1p4. I get past the configure step and
then when I run the make I get a lot of compiles and then at some point (see
below) I get an ld error. This is just the end of the output from the make.
Any suggestions/experiences? TIA.

--Scott



        gcc -I/opt/openssl/include -I/opt/zlib/include -Wall -D_HPUX_SOURCE
-DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\"
-DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H
-c log-client.c
log-client.c: In function `do_log':
log-client.c:59: warning: implicit declaration of function `vsnprintf'
        gcc -I/opt/openssl/include -I/opt/zlib/include -Wall -D_HPUX_SOURCE
-DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\"
-DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H
-c readconf.c
        gcc -I/opt/openssl/include -I/opt/zlib/include -Wall -D_HPUX_SOURCE
-DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\"
-DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H
-c clientloop.c
clientloop.c: In function `client_wait_until_can_do_something':
clientloop.c:376: warning: implicit declaration of function `snprintf'
        gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o
log-client.o readconf.o clientloop.o -L. -L/opt/openssl/lib -L/opt/zlib/lib
-lssh -lopenbsd-compat -lz  -lsec -lcrypto 
/usr/ccs/bin/ld: Unsatisfied symbols:
   __builtin_va_start (code)
collect2: ld returned 1 exit status
*** Error exit code 1

Stop.

Reply via email to