
05.08.2008, 23:29
|
|
Постоянный
Регистрация: 18.10.2007
Сообщений: 461
С нами:
9770248
Репутация:
66
|
|
не установить Hydra
./configure работает,в конце пишет "now type' make'"
пишу make и получаю ошибку:
Writing Makefile.in ...
NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES NOTES
================================================== =====================
ARM/PalmPilot users: please run ./configure-arm or ./configure-palm respectivly
now type "make"
[max@localhost hydra-5.4-src]$ make
gcc -I. -Wall -O2 -c hydra-sip.c -DLIBPOSTGRES
hydra-sip.c:4:25: error: openssl/ssl.h: Нет такого файла или каталога
hydra-sip.c:5:25: error: openssl/err.h: Нет такого файла или каталога
hydra-sip.c:6:25: error: openssl/md5.h: Нет такого файла или каталога
hydra-sip.c: В функции ‘md5_crypt’
hydra-sip.c:24: ошибка: ‘MD5_DIGEST_LENGTH’ undeclared (first use in this function)
hydra-sip.c:24: ошибка: (Each undeclared identifier is reported only once
hydra-sip.c:24: ошибка: for each function it appears in.)
hydra-sip.c:26: ошибка: ‘MD5_CTX’ undeclared (first use in this function)
hydra-sip.c:26: ошибка: expected ‘;’ before ‘c’
hydra-sip.c:31: предупреждение: implicit declaration of function ‘MD5_Init’
hydra-sip.c:31: ошибка: ‘c’ undeclared (first use in this function)
hydra-sip.c:32: предупреждение: implicit declaration of function ‘MD5_Update’
hydra-sip.c:33: предупреждение: implicit declaration of function ‘MD5_Final’
hydra-sip.c:24: предупреждение: unused variable ‘md5_raw’
hydra-sip.c: В функции ‘sip_register’
hydra-sip.c:60: ошибка: ‘MD5_DIGEST_LENGTH’ undeclared (first use in this function)
hydra-sip.c:61: предупреждение: unused variable ‘resp’
hydra-sip.c:61: предупреждение: unused variable ‘mu’
hydra-sip.c:60: предупреждение: unused variable ‘urp’
make: *** [hydra-sip.o] Ошибка 1
чтож делать?=(
|
|
|