Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Hydra Compilation Issues...
Closed Thread
Old 03-16-2006, 06:02 AM   #1 (permalink)
 
True Techie

Join Date: Mar 2006

Posts: 112

syringe

Send a message via Yahoo to syringe
Default Hydra Compilation Issues...

Don't have any idea where else I should post this too, so here goes:

Starting hydra auto configuration ...

Checking for openssl (libssl/ssl.h) ...
... found
Checking for Postgres (libpq) ...
... found
Checking for SVN (ibsvn_client-1 libapr-0.so libaprutil-0.so) ...
... NOT found, module svn disabled
Checking for SAP/R3 (librfc/saprfc.h) ...
... NOT found, module sapr3 disabled
Get it from http://www.sap.com/solutions/netwea.../eval/index.asp
Checking for libssh (libssh/libssh.h) ...
... found
NOTE: ensure that you have libssh v0.11 installed!! Get it from http://0xbadc0de.be !

Hydra will be installed into .../bin of: /usr/local
(change this by running ./configure --prefix=path)

Writing Makefile.in ...

... and then we do make, and we get this error:

hydra-ssh2.o: In function `start_ssh2':
hydra-ssh2.c: (.text+0x111): undefined reference to `ssh_userauth_kbdint'
hydra-ssh2.c: (.text+0x142): undefined reference to `ssh_userauth_kbdint_setanswer'
hydra-ssh2.c: (.text+0x157): undefined reference to `ssh_userauth_kbdint'
collect2: ld returned 1 exit status
make: *** [hydra] Error 1

Any clues? libssh 0.11 is already installed...
syringe is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On