Problems compiling openssh 3.4p1 on IRIX 6.2

Madeleine Yeh yeh at algx.net
Fri Sep 13 04:07:19 EST 2002


  I am having trouble compiling openssh 3.4p1 on an IRIX operating system
      
  I am using  the Mips Pro C compiler, and trying to create o32
executables.
  The operating system is IRIX 6.2 on a SGI challenge S.
  Could anyone please help me?  If this is the wrong email list, could you
 please refer me to the correct one.
       Thank you;
         Madeleine Yeh

(cd openbsd-compat && make)
make[1]: Entering directory
`/local/build/openssh/3.4p1/openssh-3.4p1/openbsd-compat'
make[1]: Nothing to be done for `all'.                  
make[1]: Leaving directory
`/local/build/openssh/3.4p1/openssh-3.4p1/openbsd-compat'
cc -g -I. -I. -I/usr/local/ssl/include  -I/usr/local/include
-DSSHDIR=\"/usr/local/etc\" -D
_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/s
sh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\"
-D_PATH_SSH_KEY_SIGN=\"
/usr/local/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/usr/local/etc\"
-D_PATH_PRIVSEP_CHRO
OT_DIR=\"/var/empty\"
-DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -DHAVE_CONFI
G_H -c cipher.c                        
cfe: Warning 709: cipher.c, line 65: Incompatible pointer type assignment
        { "none",               0 , 8, 0, EVP_enc_null },      
        ----------              ----------^
cfe: Warning 709: cipher.c, line 66: Incompatible pointer type assignment
        { "des",                2 , 8, 8, EVP_des_cbc },      
        ---------               ----------^
cfe: Warning 709: cipher.c, line 70: Incompatible pointer type assignment
        { "3des-cbc",           -3 , 8, 24, EVP_des_ede3_cbc },      
        --------------          ------------^
cfe: Warning 709: cipher.c, line 71: Incompatible pointer type assignment
        { "blowfish-cbc",       -3 , 8, 16, EVP_bf_cbc },      
        ------------------      ------------^
cfe: Warning 709: cipher.c, line 72: Incompatible pointer type assignment
        { "cast128-cbc",        -3 , 8, 16, EVP_cast5_cbc },      
        -----------------       ------------^
cfe: Warning 709: cipher.c, line 73: Incompatible pointer type assignment
        { "arcfour",            -3 , 8, 16, EVP_rc4 },      
        -------------           ------------^
cfe: Error: cipher.c, line 706: Unacceptable operand of == or !=
        if (c->evptype == EVP_rc4) {
        ---------------^
cfe: Error: cipher.c, line 721: Unacceptable operand of == or !=
        if (c->evptype == EVP_rc4) {
        ---------------^
make: *** [cipher.o] Error 1





More information about the openssh-unix-dev mailing list