Installazione OpenSSH
Inviato: venerdì 17 dicembre 2010, 12:24
Ciao a tutti, dopo aver installato le librerie necessarie per far funzionare il pacchetto ho lanciato l'installazione di OpenSSH da console.
Il ./configure è andato a buon fine.
Nel make ricevo questo errore!
In file included from sshconnect1.c:21:
ssh.h:464: warning: conflicting types for built-in function ‘log’
sshconnect1.c: In function ‘respond_to_rsa_challenge’:
sshconnect1.c:149: error: ‘MD5_CTX’ undeclared (first use in this function)
sshconnect1.c:149: error: (Each undeclared identifier is reported only once
sshconnect1.c:149: error: for each function it appears in.)
sshconnect1.c:149: error: expected ‘;’ before ‘md’
sshconnect1.c:164: warning: implicit declaration of function ‘MD5_Init’
sshconnect1.c:164: error: ‘md’ undeclared (first use in this function)
sshconnect1.c:165: warning: implicit declaration of function ‘MD5_Update’
sshconnect1.c:167: warning: implicit declaration of function ‘MD5_Final’
make: *** [sshconnect1.o] Error 1
Mi potreste aiutare? Non so più dove battere la cabesa! >:( >:(
Grazie!!
Il ./configure è andato a buon fine.
Nel make ricevo questo errore!
In file included from sshconnect1.c:21:
ssh.h:464: warning: conflicting types for built-in function ‘log’
sshconnect1.c: In function ‘respond_to_rsa_challenge’:
sshconnect1.c:149: error: ‘MD5_CTX’ undeclared (first use in this function)
sshconnect1.c:149: error: (Each undeclared identifier is reported only once
sshconnect1.c:149: error: for each function it appears in.)
sshconnect1.c:149: error: expected ‘;’ before ‘md’
sshconnect1.c:164: warning: implicit declaration of function ‘MD5_Init’
sshconnect1.c:164: error: ‘md’ undeclared (first use in this function)
sshconnect1.c:165: warning: implicit declaration of function ‘MD5_Update’
sshconnect1.c:167: warning: implicit declaration of function ‘MD5_Final’
make: *** [sshconnect1.o] Error 1
Mi potreste aiutare? Non so più dove battere la cabesa! >:( >:(
Grazie!!