When I installed gcc from SliTaz repository tazPkg command.
I got
gcc version 4.5.2 (SliTaz)
when I attempt to compile aircrack 1.2 beta on SliTaz.
I get a error with missing file (No such file or directory)
asm/ioctls.h
from
/usr/include/bits/ioctls.h:24:24: fatel error: asm/ioctls.h: No such file or directory
It's included from
/usr/include/sys/ioctl.h:27:0, from aircrack-ng.c:44:
After research I figured out I need the linux-libc-dev to fix this.
How do I get that? or anyone got aircrack 1.2 beta 1 working under SliTaz?