aircrack-ng / mdk4

MDK4
GNU General Public License v3.0
618 stars 110 forks source link

Can't compile it on Manjaro (4.14.111-1-MANJARO) #31

Closed vs0uz4 closed 5 years ago

vs0uz4 commented 5 years ago

Hi, I'm trying to compile mdk4 on Manjaro (4.14.111-1-MANJARO) and I get this error message:

make[2]: Leaving directory '/home/myUser/mdk4/src/attacks'
make -C attacks
make[2]: Entering directory '/home/myUser/mdk4/src/attacks'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/myUser/mdk4/src/attacks'
gcc -g -W -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=mdk4-v1  -DCONFIG_LIBNL30 -DCONFIG_LIBNL -I/usr/include/libnl3  -fstack-protector-strong -Wno-unused-but-set-variable -Wno-array-bounds -g -O3 -Wall -Wextra   mdk4.c osdep/libosdep.a debug.o helpers.o mac_addr.o linkedlist.o greylist.o dumpfile.o packet.o brute.o osdep.o channelhopper.o ghosting.o fragmenting.o attacks/attacks.o attacks/auth_dos.o attacks/beacon_flood.o attacks/countermeasures.o attacks/deauth.o attacks/dummy.o attacks/eapol.o attacks/fuzzer.o attacks/ieee80211s.o attacks/probing.o attacks/wids.o -o mdk4 -lnl-genl-3 -lnl-3  -lm -Losdep -losdep -lpthread -lpcap 
make -C attacks
make[2]: Entering directory '/home/myUser/mdk4/src/attacks'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/myUser/mdk4/src/attacks'
make[1]: Leaving directory '/home/myUser/mdk4/src'
PREFIX:=/usr/local make -C src install
/bin/sh: PREFIX:=/usr/local: Arquivo ou diretório inexistente
make: *** [Makefile:13: install] Error 127

Manjaro is a distro based on Arch Linux.

vs0uz4 commented 5 years ago

Issue closed with no response? without the problem being solved?

strasharo commented 5 years ago

It was resolved, pull and retry: https://github.com/aircrack-ng/mdk4/commit/767c3043ccadb3cfad53630972f6dd4ddbe100f2

vs0uz4 commented 5 years ago

It was resolved, pull and retry: 767c304

Thanks!