compiling makefile github
#3
i found an aircrack-ng that is cuda ready and i would like to experiment with that program and i do the make install and i get


-rw-r--r-- 1 root root 45993 May 8 16:31 ChangeLog
-rw-r--r-- 1 root root 2954 May 8 16:31 common.mak
drwxr-xr-x 3 root root 4096 May 8 16:31 debian
-rwxr-xr-x 1 root root 517 May 8 16:31 evalrev
-rw-r--r-- 1 root root 2524 May 8 16:31 INSTALLING
drwxr-xr-x 3 root root 4096 May 8 16:31 lib
-rw-r--r-- 1 root root 18011 May 8 16:31 LICENSE
-rw-r--r-- 1 root root 6279 May 8 16:31 LICENSE.OpenSSL
-rwxrwxrwx 1 root root 1903 May 8 16:31 Makefile
drwxr-xr-x 2 root root 4096 May 8 16:31 manpages
drwxr-xr-x 2 root root 4096 May 8 16:31 packages
drwxr-xr-x 3 root root 4096 May 8 16:31 patches
drwxr-xr-x 2 root root 4096 May 8 16:31 .pc
-rw-r--r-- 1 root root 5447 May 8 16:31 README
-rw-r--r-- 1 root root 3528 May 8 16:31 README.md
drwxr-xr-x 6 root root 4096 May 8 16:31 scripts
drwxr-xr-x 4 root root 4096 May 8 16:36 src
drwxr-xr-x 3 root root 4096 May 8 16:31 test
-rw-r--r-- 1 root root 221 May 8 16:31 .travis.yml
-rw-r--r-- 1 root root 9 May 8 16:31 VERSION
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2# clear

root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2# make clean
rm -rf cov-int
make -C src clean
make[1]: Entering directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/src'
make -C osdep clean
make[2]: Entering directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/src/osdep'
make -C radiotap clean
make[3]: Entering directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/src/osdep/radiotap'
rm -f *.o
make[3]: Leaving directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/src/osdep/radiotap'
rm -f libosdep.a *.o .os.*
make[2]: Leaving directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/src/osdep'
rm -f aireplay-ng airodump-ng airserv-ng airtun-ng airbase-ng besside-ng aircrack-ng airdecap-ng packetforge-ng ivstools kstats makeivs-ng airdecloak-ng wpaclean aircrack-ng-opt-prof_gen aircrack-ng-opt aircrack-ng-opt-prof prof/* airolib-ng *.o wesside-ng tkiptun-ng easside-ng buddy-ng a.out
make[1]: Leaving directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/src'
make -C test/cryptounittest clean
make[1]: Entering directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/test/cryptounittest'
rm -f test-encrypt-wep test-calc-pmk test-calc-mic test-calc-ptk test-decrypt-ccmp test-calc-4pmk
rm -f vgcore*
make[1]: Leaving directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/test/cryptounittest'
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2# make build
make: *** No rule to make target 'build'. Stop.
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2# make install
make -C src all
make[1]: Entering directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/src'
gcc -g -W -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0 -Wno-unused-but-set-variable -Wno-array-bounds -Iinclude -c -o aircrack-ng.o aircrack-ng.c
In file included from aircrack-ng.c:65:0:
crypto.h:50:26: fatal error: openssl/hmac.h: No such file or directory
#include <openssl/hmac.h>
^
compilation terminated.
<builtin>: recipe for target 'aircrack-ng.o' failed
make[1]: *** [aircrack-ng.o] Error 1
make[1]: Leaving directory '/root/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2/src'
Makefile:25: recipe for target 'all' failed
make: *** [all] Error 2
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~/aaa-aircrack-ng-cuda/aircrack-ng-1.2-beta2#

am i doing the command right or is some kind of leonardo davinci effect going on to prevent compiling?


Messages In This Thread
compiling makefile github - by ejonesss - 05-08-2017, 10:04 PM
RE: compiling makefile github - by royce - 05-08-2017, 10:25 PM
RE: compiling makefile github - by ejonesss - 05-08-2017, 10:42 PM
RE: compiling makefile github - by royce - 05-08-2017, 11:55 PM
RE: compiling makefile github - by ejonesss - 05-09-2017, 01:03 AM
RE: compiling makefile github - by epixoip - 05-09-2017, 05:29 PM
RE: compiling makefile github - by ejonesss - 05-12-2017, 02:45 PM
RE: compiling makefile github - by ejonesss - 05-12-2017, 06:36 PM
RE: compiling makefile github - by atom - 05-13-2017, 02:47 PM