Aircrack-ng SVN错误1 [关闭]


8

我已经从SVN存储库下载了aircrack-ng,我正尝试从源代码构建它,这就是我得到的:

make -C src all
make[1]: Entering directory `/home/chris/aircrack-ng/src'
gcc -g -W -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=2363  -DCONFIG_LIBNL30 -I/usr/include/libnl3   -Wno-unused-but-set-variable -Wno-array-bounds -Iinclude  wpaclean.o osdep/radiotap/radiotap-parser.o -o wpaclean -Losdep -losdep -lnl-genl-3 -lnl-3  
/usr/bin/ld: cannot find -lnl-genl-3
collect2: error: ld returned 1 exit status
make[1]: *** [wpaclean] Error 1
make[1]: Leaving directory `/home/chris/aircrack-ng/src'
make: *** [all] Error 2

我以前编译过它,但是我做了linux mint 16的升级后的全新安装,但是现在由于某种原因我缺少了一些东西。任何帮助将是巨大的!提前致谢!


linuxmint offtopic
Avinash Raj

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.