Last active
June 15, 2018 02:15
-
-
Save TheNilesh/1b3d0292094295357fdf0fd5fa158521 to your computer and use it in GitHub Desktop.
Error installing roguehostapd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nilesh@kali:~/tools/roguehostapd$ sudo python setup.py install | |
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory | |
[!] The development package for netlink is missing. Please download it and restart the compilation.If you are on Debian-based system: 'apt-get install libnl-3-dev libnl-genl-3-dev'. | |
nilesh@kali:~/tools/roguehostapd$ sudo apt-get install libnl-3-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
libnl-3-dev is already the newest version (3.4.0-1). | |
The following packages were automatically installed and are no longer required: | |
libgcr-3-common libxfont1 | |
Use 'sudo apt autoremove' to remove them. | |
0 upgraded, 0 newly installed, 0 to remove and 82 not upgraded. | |
nilesh@kali:~/tools/roguehostapd$ sudo apt-get install libnl-genl-3-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
libnl-genl-3-dev is already the newest version (3.4.0-1). | |
The following packages were automatically installed and are no longer required: | |
libgcr-3-common libxfont1 | |
Use 'sudo apt autoremove' to remove them. | |
0 upgraded, 0 newly installed, 0 to remove and 82 not upgraded. | |
nilesh@kali:~/tools/roguehostapd$ sudo python setup.py install | |
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory | |
[!] The development package for netlink is missing. Please download it and restart the compilation.If you are on Debian-based system: 'apt-get install libnl-3-dev libnl-genl-3-dev'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try resolving errors as mentioned here:
http://www.hacklove.net/discussion/97/unable-to-execute-x86-64-linux-gnu-gcc-no-such-file-or-directory