k4m4 / kickthemout

💤 Kick devices off your network by performing an ARP Spoof attack.
https://nikolaskama.me/kickthemoutproject
MIT License
2.53k stars 440 forks source link

[Errno 2] No such file or directory: b'liblibc.a' #487

Open ghost opened 3 years ago

ghost commented 3 years ago

i installed the latest version of kickthemout but it's not working and giving me an error [Errno 2] No such file or directory: b'liblibc.a' please solve this error

Checklist for submitting an issue to KickThemOut:

- **OS name & version**:
- **Description**:
MiskaWasTaken commented 3 years ago

Heya, easy fix that worked for me!

Fix { Error2}

  1. cd /usr/lib/x86_64-linux-gnu/
  2. ln -s -f libc.a liblibc.a

please close the issue if it worked!