Title: Openssh 2.9.9p2 Installation Errors (running make)

I receive numerous errors when running 'make' (./onfigure worked fine).

I am running Solaris 8 with Forte C 6. compiler installed.

Not sure if it make a big difference but I have successfully installed OpenSSL 0.9.6b on this server.

Any help would be greatly appreciated

Thanks

Vinson

cc -g -I. -I. -I/usr/local/ssl/include  -I/usr/local/include -DETCDIR=\"/usr/local/etc\"  -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"  -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"  -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"  -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c ssh.c

cc -g -I. -I. -I/usr/local/ssl/include  -I/usr/local/include -DETCDIR=\"/usr/local/etc\"  -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"  -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"  -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"  -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c sshconnect.c

cc -g -I. -I. -I/usr/local/ssl/include  -I/usr/local/include -DETCDIR=\"/usr/local/etc\"  -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"  -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"  -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"  -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c sshconnect1.c

cc -g -I. -I. -I/usr/local/ssl/include  -I/usr/local/include -DETCDIR=\"/usr/local/etc\"  -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"  -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"  -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"  -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c sshconnect2.c

"sshconnect2.c", line 244: warning: argument #1 is incompatible with prototype:
        prototype: pointer to unsigned int : "./packet.h", line 53
        argument : pointer to int
"sshconnect2.c", line 373: warning: argument #1 is incompatible with prototype:
        prototype: pointer to unsigned int : "./packet.h", line 53
        argument : pointer to int
"sshconnect2.c", line 376: warning: argument #2 is incompatible with prototype:
        prototype: pointer to unsigned int : "./bufaux.h", line 39
        argument : pointer to int
"sshconnect2.c", line 379: warning: argument #1 is incompatible with prototype:
        prototype: pointer to unsigned int : "./packet.h", line 53
        argument : pointer to int
"sshconnect2.c", line 380: warning: argument #1 is incompatible with prototype:
        prototype: pointer to unsigned int : "./packet.h", line 53
        argument : pointer to int
"sshconnect2.c", line 397: warning: argument #1 is incompatible with prototype:
        prototype: pointer to unsigned char : "./key.h", line 72
        argument : pointer to char
"sshconnect2.c", line 493: warning: argument #3 is incompatible with prototype:
        prototype: pointer to unsigned int : "./key.h", line 73
        argument : pointer to int
"sshconnect2.c", line 501: warning: argument #2 is incompatible with prototype:
        prototype: pointer to const char : "./buffer.h", line 33
        argument : pointer to unsigned char
"sshconnect2.c", line 524: warning: argument #5 is incompatible with prototype:
        prototype: pointer to unsigned char : "unknown", line 0

cc -g -I. -I. -I/usr/local/ssl/include  -I/usr/local/include -DETCDIR=\"/usr/local/etc\"  -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"  -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"  -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"  -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c md5crypt.c

cc -g -I. -I. -I/usr/local/ssl/include  -I/usr/local/include -DETCDIR=\"/usr/local/etc\"  -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"  -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"  -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"  -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c session.c

"session.c", line 628: identifier redeclared: do_pre_login
        current : static function(pointer to struct Session {int used, int self, pointer to struct passwd {..} pw, pointer to struct Authctxt {..} authctxt, long pid, pointer to char term, int ptyfd, int ttyfd, int ptymaster, int row, int col, int xpixel, int ypixel, array[64] of char tty, pointer to char display, int screen, pointer to char auth_proto, pointer to char auth_data, int single_connection, int chanid, int is_subsystem}) returning void

        previous: function() returning int : "session.c", line 581
cc: acomp failed for session.c
*** Error code 2
make: Fatal error: Command failed for target `session.o'

Reply via email to