I have problem with install a Aircrack-ng. I was downloading aircrack from the official website and I followed to the ruls:
cd aircrack-ng-1.1
make
make install
I have problem with install a Aircrack-ng. I was downloading aircrack from the official website and I followed to the ruls:
cd aircrack-ng-1.1
make
make install
Look at line 21: crypto.h:12:26: fatal error: openssl/hmac.h: Aucun fichier ou dossier de ce type
It appears you don't have openssl properly installed? You also should run "make install" as sudo (if you don't have admin rights)
Alternatively, if you're using Ubuntu (or similar distro), aircrack-ng should be in your repositories, so you don't need to install it from source:
sudo apt-get install aircrack-ng