I am currently trying to install Aircrack 2.2 on my Suse 9.1
First I dowloaded the file and extracted it with
tar -xvvzf aircrack-2.2-beta6.tgz
I then cd'ed to aircrack-2.2-beta6 folder
when i type make install I get the following error (I am root)
ip68-101-252-66:/home/ASP/Tools/aircrack-2.2-beta6 # ls
. .. ChangeLog linux Makefile monitor.sh README test
ip68-101-252-66:/home/ASP/Tools/aircrack-2.2-beta6 # make install
install -d /usr/local/bin
install -m 755 aircrack airdecap arpforge airodump aireplay /usr/local/bin
install: cannot stat `aircrack': No such file or directory
install: cannot stat `airdecap': No such file or directory
install: cannot stat `arpforge': No such file or directory
install: cannot stat `airodump': No such file or directory
install: cannot stat `aireplay': No such file or directory
make: *** [install] Error 1
ip68-101-252-66:/home/ASP/Tools/aircrack-2.2-beta6 #
did I miss a step?
any follow up would be greatly appreciated
