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

Re: probléme de compilation THC-Hydra



deny a écrit :
> David Hannequin a écrit :
> 
>> Bonjour,
>>
>> j'essaye de compiler l'application THC-Hydra mais j'ai le message
>> d'erreur suivant dés que je fais make  :
>> hydra-sip.c:4:25: openssl/ssl.h : Aucun fichier ou répertoire de ce type
>> hydra-sip.c:5:25: openssl/err.h : Aucun fichier ou répertoire de ce type
>> hydra-sip.c:6:25: openssl/md5.h : Aucun fichier ou répertoire de ce type
>> hydra-sip.c: Dans la fonction « 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: erreur de syntaxe before "c"
>> hydra-sip.c:31: attention : implicit declaration of function `MD5_Init'
>> hydra-sip.c:31: error: `c' undeclared (first use in this function)
>> hydra-sip.c:32: attention : implicit declaration of function `MD5_Update'
>> hydra-sip.c:33: attention : implicit declaration of function `MD5_Final'
>> hydra-sip.c:24: attention : unused variable `md5_raw'
>> hydra-sip.c: Dans la fonction « sip_register »:
>> hydra-sip.c:60: error: `MD5_DIGEST_LENGTH' undeclared (first use in
>> this function)
>> hydra-sip.c:60: attention : unused variable `urp'
>> hydra-sip.c:61: attention : unused variable `mu'
>> hydra-sip.c:61: attention : unused variable `resp'
>> make: *** [hydra-sip.o] Erreur 1
>>
> salut
> essaie d'installer le devel correspondant
> cela résout souvent le problème .
>
> a+
> 

Et plus précisément le package libssl-dev

Pour trouver ce type d'erreur, installe le package apt-file et...
$ apt-file update
$ apt-file search openssl/ssh.h

Fnor



Reply to: