ncrack icon indicating copy to clipboard operation
ncrack copied to clipboard

Can't install Ncrack

Open Damian1357PL opened this issue 7 years ago • 2 comments

https://pastebin.com/Jy1WXDZ9

this is what im getting

Damian1357PL avatar Jun 09 '18 18:06 Damian1357PL

You need to install the development headers for libc: apt install libc-dev

Reference: https://stackoverflow.com/questions/6329887/compiling-problems-cannot-find-crt1-o

Please let us know if this solves your problem.

dmiller-nmap avatar Jul 06 '18 14:07 dmiller-nmap

On Ubuntu 16.04 LTS

Makefile:64: recipe for target 'all' failed make: *** [all] Error 2

sudo apt install libc-dev 'libc6-dev' is selected instead of 'libc-dev' libc6-dev is already the newest version (2.23-0ubuntu11).

An appimage, snap, flatpak would be really nice for this application instead of having to make make install https://appimage.org

globeone avatar May 27 '20 18:05 globeone