DeKaz a écrit 2 commentaires

  • [^] # Re:2 problème compilation

    Posté par  . En réponse au message problème de compilation. Évalué à 1.

    c'est mon premier poste sur ce forum et ma première compilation d'ailleurs.
    Donc ou es-ce que ça cloche?
  • # Re:problème compilation

    Posté par  . En réponse au message problème de compilation. Évalué à 1.

    bon, j'ai pas vraiment avançé à part qu'il fallait installé libssh0.11 et je ne suis même pas sur de l'avoir compilé comme il faut.
    donc voila concretement ou j'en suis

    root@homer-desktop:~/hydra/hydra-5.4-src# ./configure --disable-sap

    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) ...
    ... 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
    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 ...

    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"
    root@homer-desktop:~/hydra/hydra-5.4-src# make

    Now type make install
    root@homer-desktop:~/hydra/hydra-5.4-src# make install
    test -e hydra.exe && touch Makefile || strip hydra pw-inspector
    make: [strip] Erreur 1 (ignorée)
    test -e hydra.exe && strip hydra.exe pw-inspector.exe || touch hydra
    test -e xhydra && strip xhydra || touch Makefile
    test -e hydra.exe && touch Makefile || cp hydra pw-inspector /usr/local/bin && cd /usr/local/bin && chmod 755 hydra pw-inspector
    test -e hydra.exe && cp hydra.exe pw-inspector.exe /usr/local/bin && cd /usr/local/bin && chmod 755 hydra.exe pw-inspector.exe || touch Makefile
    test -e xhydra && cp xhydra /usr/local/bin && cd /usr/local/bin && chmod 755 xhydra