Installing nmap on BeagleBone
Maybe the best network scan tool available, the powerful nmap is also free.
Install sequence:
wget http://nmap.org/dist/nmap-6.25.tgz cd nmap-6.25 ./configure make make install
The install procedure takes some time (>20 minutes)
To get the basic help run nmap without arguments.
the make step is displaying 2 errors but is ok, make install shows 1 error but it works.