berln Posted October 6, 2006 Share Posted October 6, 2006 B:~/Desktop/Lab/UNIX/hydra-5.3-src Berlin$ make install test -e hydra.exe && touch Makefile || strip hydra pw-inspector strip: file: /Users/Berlin/Desktop/Lab/UNIX/hydra-5.3-src/hydra is not writable (Permission denied) strip: file: /Users/Berlin/Desktop/Lab/UNIX/hydra-5.3-src/pw-inspector is not writable (Permission denied) make: [strip] Error 1 (ignored) test -e hydra.exe && strip hydra.exe pw-inspector.exe || touch hydra touch: hydra: Permission denied make: [strip] Error 1 (ignored) 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 cp: /usr/local/bin/pw-inspector: Permission denied cp: /usr/local/bin/hydra: Permission denied make: [install] Error 1 (ignored) 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 make: [install] Error 1 (ignored) what should i do? i repaired my disk permission but it still doesnt work. thanks Link to comment https://www.insanelymac.com/forum/topic/29544-problems-installing-hydra/ Share on other sites More sharing options...
jfpoole Posted October 15, 2006 Share Posted October 15, 2006 Instead of running 'make install', run 'sudo make install'. Link to comment https://www.insanelymac.com/forum/topic/29544-problems-installing-hydra/#findComment-210016 Share on other sites More sharing options...
slapstick Posted October 27, 2006 Share Posted October 27, 2006 Since the hydra-port maintainer of Mac(or was it Darwin-)ports has seem some issues with the intel patches, it seems to work great now. So you can also (if you have ports): sudo port install hydra did it for me. Link to comment https://www.insanelymac.com/forum/topic/29544-problems-installing-hydra/#findComment-217766 Share on other sites More sharing options...
Recommended Posts