[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Hydra - SSH



Hi, does enybody successfully installed hydra on debian ? i cant get it to work (compile) lots of missing files like

hydra-sip.c:4:25: openssl/ssl.h: No such file or directory
hydra-sip.c:5:25: openssl/err.h: No such file or directory
hydra-sip.c:6:25: openssl/md5.h: No such file or directory
hydra-sip.c: In function `md5_crypt':
hydra-sip.c:24: error: `MD5_DIGEST_LENGTH' undeclared (first use in this function)
hydra-sip.c:24: error: (Each undeclared identifier is reported only once
hydra-sip.c:24: error: for each function it appears in.)
hydra-sip.c:26: error: `MD5_CTX' undeclared (first use in this function)
hydra-sip.c:26: error: syntax error before "c"
hydra-sip.c:31: warning: implicit declaration of function `MD5_Init'
hydra-sip.c:31: error: `c' undeclared (first use in this function)
hydra-sip.c:32: warning: implicit declaration of function `MD5_Update'
hydra-sip.c:33: warning: implicit declaration of function `MD5_Final'
hydra-sip.c:24: warning: unused variable `md5_raw'
hydra-sip.c: In function `sip_register':
hydra-sip.c:60: error: `MD5_DIGEST_LENGTH' undeclared (first use in this function)
hydra-sip.c:60: warning: unused variable `urp'
hydra-sip.c:61: warning: unused variable `mu'
hydra-sip.c:61: warning: unused variable `resp'
make: *** [hydra-sip.o] Error 1


But foe example i have ssl lib etc... installed

Any idea ?
Thanx
Vlad.



Reply to: