Skip to content

Instantly share code, notes, and snippets.

@TheNilesh
Last active June 15, 2018 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheNilesh/1b3d0292094295357fdf0fd5fa158521 to your computer and use it in GitHub Desktop.
Save TheNilesh/1b3d0292094295357fdf0fd5fa158521 to your computer and use it in GitHub Desktop.
Error installing roguehostapd
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'.
@sameerpatilms
Copy link

@TheNilesh
Copy link
Author

thanks. its resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment