Results 1 to 6 of 6

Thread: Hydra Compilation problems Kali 1.0.9

  1. #1
    Join Date
    2013-Apr
    Posts
    8

    Question Hydra Compilation problems Kali 1.0.9

    Hello,
    I seem not to be able to compile Hydra 8.1 on my 32 bit Kali. I run ./configure and make and the following error pops up :
    Code:
    gcc -I. -O3 -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -lm    -o hydra  hydra.c hydra-vnc.o hydra-pcnfs.o hydra-rexec.o hydra-nntp.o hydra-socks5.o hydra-telnet.o hydra-cisco.o hydra-http.o hydra-ftp.o hydra-imap.o hydra-pop3.o hydra-smb.o hydra-icq.o hydra-cisco-enable.o hydra-ldap.o hydra-mysql.o hydra-mssql.o hydra-xmpp.o hydra-http-proxy-urlenum.o hydra-snmp.o hydra-cvs.o hydra-smtp.o hydra-smtp-enum.o hydra-sapr3.o hydra-ssh.o hydra-sshkey.o hydra-teamspeak.o hydra-postgres.o hydra-rsh.o hydra-rlogin.o hydra-oracle-listener.o hydra-svn.o hydra-pcanywhere.o hydra-sip.o hydra-oracle-sid.o hydra-oracle.o hydra-vmauthd.o hydra-asterisk.o hydra-firebird.o hydra-afp.o hydra-ncp.o hydra-http-proxy.o hydra-http-form.o hydra-irc.o hydra-redis.o hydra-rdp.o hydra-s7-300.c crc32.o d3des.o bfg.o ntlm.o sasl.o hmacmd5.o hydra-mod.o -lm -lcurses -lssl -lncp -lfbclient -lidn -lpcre -lmysqlclient -lafpclient -lpq -lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1 -lssh -lcrypto -L/usr/lib -L/usr/local/lib -L/lib -L/usr/lib/i386-linux-gnu -L/usr/lib -L/usr/lib/i386-linux-gnu -L/usr/lib -L/usr/lib/i386-linux-gnu -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/mysql -I/usr/include/afpfs-ng -DLIBOPENSSL -DLIBNCURSES -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBAFP -DLIBNCP -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_MYSQL_MYSQL_H -DHAVE_MATH_H
    /usr/lib/libssl.a(ssl_cert.o): In function `ssl_cert_free':
    ssl_cert.c:(.text+0x9a0): multiple definition of `ssl_cert_free'
    hydra-rdp.o:hydra-rdp.c:(.text+0x1060): first defined here
    collect2: error: ld returned 1 exit status
    make: *** [hydra] Error 1

    See post #6 for more details.
    Last edited by Genesis; 2015-02-14 at 13:23.

  2. #2
    Join Date
    2013-Apr
    Posts
    8
    Bump. Anyone know a solution?

  3. #3
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    hi :-)
    if this eventually can be a help... i made a proof on my kali 1.09ax64--live-mode & kali-1.09ax32 --live-mode seems to be compiled fine!
    http://www.imagestime.com/show.php/1...ttura.PNG.html
    http://www.imagestime.com/show.php/1...ttura.PNG.html
    @click_on_to_zoOM
    Last edited by zimmaro; 2015-01-25 at 21:42.

  4. #4
    Join Date
    2013-Apr
    Posts
    8
    @zimmaro I'm sorry i forgot to include that i have enabled all of the components (ssl and such) in my hydra compilation except for Oracle and SAP. The ssl part is what causes problems though I'd really like to have it.

  5. #5
    Join Date
    2013-Apr
    Posts
    8
    Bump. It's been a week.

  6. #6
    Join Date
    2013-Apr
    Posts
    8
    Bump. It's been 2 weeks.
    Allhough trying to compile on 1.1.0 yields only a single error:

    Code:
    gcc -I. -O3 -pie -fPIE -fstack-protector-all --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -lm    -o hydra  hydra.c hydra-vnc.o hydra-pcnfs.o hydra-rexec.o hydra-nntp.o hydra-socks5.o hydra-telnet.o hydra-cisco.o hydra-http.o hydra-ftp.o hydra-imap.o hydra-pop3.o hydra-smb.o hydra-icq.o hydra-cisco-enable.o hydra-ldap.o hydra-mysql.o hydra-mssql.o hydra-xmpp.o hydra-http-proxy-urlenum.o hydra-snmp.o hydra-cvs.o hydra-smtp.o hydra-smtp-enum.o hydra-sapr3.o hydra-ssh.o hydra-sshkey.o hydra-teamspeak.o hydra-postgres.o hydra-rsh.o hydra-rlogin.o hydra-oracle-listener.o hydra-svn.o hydra-pcanywhere.o hydra-sip.o hydra-oracle-sid.o hydra-oracle.o hydra-vmauthd.o hydra-asterisk.o hydra-firebird.o hydra-afp.o hydra-ncp.o hydra-http-proxy.o hydra-http-form.o hydra-irc.o hydra-redis.o hydra-rdp.o hydra-s7-300.c crc32.o d3des.o bfg.o ntlm.o sasl.o hmacmd5.o hydra-mod.o -lm -lcurses -lssl -lncp -lfbclient -lidn -lpcre -lmysqlclient -lafpclient -lpq -lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1 -lssh -lcrypto -L/usr/lib -L/usr/local/lib -L/lib -L/usr/lib/i386-linux-gnu -L/usr/lib -L/usr/lib/i386-linux-gnu -L/usr/lib -L/usr/lib/i386-linux-gnu -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -I/usr/include/mysql -I/usr/include/afpfs-ng -DLIBOPENSSL -DLIBNCURSES -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBMYSQLCLIENT -DLIBAFP -DLIBNCP -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DHAVE_MYSQL_MYSQL_H -DHAVE_MATH_H
    /usr/lib/libssl.a(ssl_cert.o): In function `ssl_cert_free':
    ssl_cert.c:(.text+0x1750): multiple definition of `ssl_cert_free'
    hydra-rdp.o:hydra-rdp.c:(.text+0x1060): first defined here
    collect2: error: ld returned 1 exit status
    make: *** [hydra] Error 1

    Configure options :
    Code:
    ./configure 
    
    Starting hydra auto configuration ...
    Detected 32 Bit Linux OS
    
    Checking for openssl (libssl, libcrypto, ssl.h, sha.h) ...
                                                           ... found
    Checking for idn (libidn.so) ...
                                 ... found
    Checking for curses (libcurses.so / term.h) ...
                                                ... found, color output enabled
    Checking for pcre (libpcre.so, pcre.h) ...
                                           ... found
    Checking for Postgres (libpq.so, libpq-fe.h) ...
                                                 ... found
    Checking for SVN (libsvn_client-1 libapr-1.so libaprutil-1.so) ...
                                                                   ... found
    Checking for firebird (libfbclient.so) ...
                                           ... found
    Checking for MYSQL client (libmysqlclient.so, math.h) ...
                                                          ... found
    Checking for AFP (libafpclient.so) ...
                                       ... found
    Checking for NCP (libncp.so / nwcalls.h) ...
                                             ... found
    Checking for SAP/R3 (librfc/saprfc.h) ...
                                          ... NOT found, module sapr3 disabled
    Get it from http://www.sap.com/solutions/netweaver/linux/eval/index.asp
    Checking for libssh (libssh/libssh.h) ...
                                          ... found
    Checking for Oracle (libocci.so libclntsh.so / oci.h and libaio.so) ...
                                                                        ... NOT found, module Oracle disabled
    Get basic and sdk package from http://www.oracle.com/technetwork/database/features/instant-client/index.html
    Checking for GUI req's (pkg-config, gtk+-2.0) ...
                                                  ... found
    Checking for Android specialities ...
                                      ... rindex() found
                                      ... RSA_generate_key() found
    Checking for secure compile option support in gcc ...
                                                      Compiling... yes
                                                      Linking... yes
    
    Hydra will be installed into .../bin of: /usr/local
      (change this by running ./configure --prefix=path)
    
    Writing Makefile.in ...
    now type "make"
    Last edited by Genesis; 2015-02-14 at 13:23. Reason: Added code + config

Similar Threads

  1. Replies: 1
    Last Post: 2023-02-28, 22:07
  2. Kernel Compilation Error for HTC One m8
    By 11alphamale11 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-08-12, 16:50
  3. RT3070 compilation issue [please help]
    By kyle in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-02-16, 19:13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •