Dear Arghya Das! You can start with "sudo apt-get build-dep aircrack-ng" then install remaining development packages manually. Also you can try to install the aircrack-ng package from “SANS Investigative Forensics Toolkit” teamPPA ( https://launchpad.net/~sift/+archive/ubuntu/dev ).
With best regards, Norbert. On Wed, Apr 29, 2015 at 11:11 PM, [email protected] <[email protected]> wrote: > On Thu, 2015-04-30 at 01:17 +0530, Arghya Das wrote: > > Hello everyone, > > I was having trouble installing aircrack-ng pacakge in my laptop > > running elementary Os (based on debian) . I downloaded the source > > package but could'nt compile it . everytime i use make to compile this > > happens :: > > > > > > make -C src all > > make[1]: Entering directory > > `/home/my_username/aircrack-ng-1.2-rc2/src' > > gcc -g -W -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0 > > -DCONFIG_LIBNL30 -DCONFIG_LIBNL -I/usr/include/libnl3 > > -fstack-protector -Wno-unused-but-set-variable -Wno-array-bounds > > -Iinclude wpaclean.o osdep/radiotap/radiotap.o -o wpaclean -Losdep > > -losdep -lnl-genl-3 -lnl-3 > > /usr/bin/ld: cannot find -lnl-genl-3 > > You are missing the nl-genl-3 library, or it's not in the loader path. > You may need to install separately. This is a common problem when > building from source packages. > > -Marsh > > > collect2: ld returned 1 exit status > > make[1]: *** [wpaclean] Error 1 > > make[1]: Leaving directory `/home/my_username/aircrack-ng-1.2-rc2/src' > > make: *** [all] Error 2 > > > > > > > > > > > > > > Please anyone help will be really appreciated. > > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: https://lists.debian.org/[email protected] > >

