vanhoefm / krackattacks-scripts

Other
3.3k stars 770 forks source link

fatal error: stdlib.h: No such file or directory #85

Closed rolandoldengarm closed 3 years ago

rolandoldengarm commented 3 years ago

Trying to build the scripts, but when executing build.sh I'm getting:

/root/krackattacks-scripts/src/utils/includes.h:19:10: fatal error: stdlib.h: No such file or directory

I'm using a Kali VM, tried to upgrade all packages, reverted to previous snapshot, Googled the problem, no idea.

vanhoefm commented 3 years ago

Instead of executing ./build.sh can you try the following:

cd hostapd/
make clean
cp defconfig .config
make

If that doesn't work try reinstalling Kali (perhaps you have missing files / dependencies).

vanhoefm commented 3 years ago

Closed due to no further response.