Can't install FLUXION 5.9 dependency “mdk4” on ubuntu 18.04OEM Install ubuntu 18.04Can't install libsnmp-dev on Ubuntu 18.04 (package dependency errors)Can't install Openssl on Ubuntu 18.04
'Pound' meaning in this context
Can digital computers understand infinity?
Why increase or decrease rudder when using elevator in turns?
Any Issues with running Workbench 1.3 on a Kickstart 1.2 Amiga 500?
I got this nail stuck in my tire, should I plug or replace?
Will Schnorr Multi-signatures completely replace ECDSA?
Why does Sonny say they call Michael "Giogali"?
Why is the empennage design of this Lockheed 1049E so complicated?
When did 5 foot squares become standard in D&D?
Why does b+=(4,) work and b = b + (4,) doesn't work when b is a list?
Do you say "good game" after a game in which your opponent played poorly?
Has there been a Kraken patron for the Warlock class in Unearthed Arcana?
How should the 23rd judge vote?
What does this text mean with capitalized letters?
In the comics, have any of the Robins called their costume "target attraction" for villains?
Can Boris Johnson invoke the Civil Contingencies Act to suspend the Benn law?
How to customize save function event?
Slaad Chaos Phage: Weak Combat Ability?
Incorrect mmap behavior when assembly files included in the project
Novel with a mix of real world and gods
3-prong to 4-prong conversion - EXTRA MISLABELLED WIRES - Dryer cable upgrade and installation
Should I avoid "big words" when writing to a younger audience?
How to plot two axis bar chart side by side
What are the branches of statistics?
Can't install FLUXION 5.9 dependency “mdk4” on ubuntu 18.04
OEM Install ubuntu 18.04Can't install libsnmp-dev on Ubuntu 18.04 (package dependency errors)Can't install Openssl on Ubuntu 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I want to install Fluxion 5.9 on ubuntu 18.04 with its dependencies but I'm facing problems with the package "mdk4" and the installation aborts after many warnings and make: *** [install] Error 127
.
apt-get install pkg-config libnl-3-dev libnl-genl-3-dev libpcap-dev
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
make
sudo make install
Installation fails with many errors and warnings :
channelhopper.c: In function ‘init_channel_hopper’:
channelhopper.c:592:19: warning: unused variable ‘i’ [-Wunused-variable]
int lpos = 0, i;
^
At top level:
channelhopper.c:240:14: warning: ‘dfs_state_name’ defined but not used [-Wunused-function]
static char *dfs_state_name(enum nl80211_dfs_state state)
^~~~~~~~~~~~~~
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 -c -o ghosting.o ghosting.c
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 -c -o fragmenting.o fragmenting.c
make -C attacks
make[2]: Entering directory '/mdk4/src/attacks'
cc -g -O3 -Wall -Wextra -c -o attacks.o attacks.c
attacks.c: In function ‘load_attacks’:
attacks.c:8:29: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
struct attacks *attacks = malloc(sizeof(struct attacks) * attack_count);
18.04
add a comment
|
I want to install Fluxion 5.9 on ubuntu 18.04 with its dependencies but I'm facing problems with the package "mdk4" and the installation aborts after many warnings and make: *** [install] Error 127
.
apt-get install pkg-config libnl-3-dev libnl-genl-3-dev libpcap-dev
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
make
sudo make install
Installation fails with many errors and warnings :
channelhopper.c: In function ‘init_channel_hopper’:
channelhopper.c:592:19: warning: unused variable ‘i’ [-Wunused-variable]
int lpos = 0, i;
^
At top level:
channelhopper.c:240:14: warning: ‘dfs_state_name’ defined but not used [-Wunused-function]
static char *dfs_state_name(enum nl80211_dfs_state state)
^~~~~~~~~~~~~~
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 -c -o ghosting.o ghosting.c
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 -c -o fragmenting.o fragmenting.c
make -C attacks
make[2]: Entering directory '/mdk4/src/attacks'
cc -g -O3 -Wall -Wextra -c -o attacks.o attacks.c
attacks.c: In function ‘load_attacks’:
attacks.c:8:29: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
struct attacks *attacks = malloc(sizeof(struct attacks) * attack_count);
18.04
add a comment
|
I want to install Fluxion 5.9 on ubuntu 18.04 with its dependencies but I'm facing problems with the package "mdk4" and the installation aborts after many warnings and make: *** [install] Error 127
.
apt-get install pkg-config libnl-3-dev libnl-genl-3-dev libpcap-dev
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
make
sudo make install
Installation fails with many errors and warnings :
channelhopper.c: In function ‘init_channel_hopper’:
channelhopper.c:592:19: warning: unused variable ‘i’ [-Wunused-variable]
int lpos = 0, i;
^
At top level:
channelhopper.c:240:14: warning: ‘dfs_state_name’ defined but not used [-Wunused-function]
static char *dfs_state_name(enum nl80211_dfs_state state)
^~~~~~~~~~~~~~
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 -c -o ghosting.o ghosting.c
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 -c -o fragmenting.o fragmenting.c
make -C attacks
make[2]: Entering directory '/mdk4/src/attacks'
cc -g -O3 -Wall -Wextra -c -o attacks.o attacks.c
attacks.c: In function ‘load_attacks’:
attacks.c:8:29: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
struct attacks *attacks = malloc(sizeof(struct attacks) * attack_count);
18.04
I want to install Fluxion 5.9 on ubuntu 18.04 with its dependencies but I'm facing problems with the package "mdk4" and the installation aborts after many warnings and make: *** [install] Error 127
.
apt-get install pkg-config libnl-3-dev libnl-genl-3-dev libpcap-dev
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
make
sudo make install
Installation fails with many errors and warnings :
channelhopper.c: In function ‘init_channel_hopper’:
channelhopper.c:592:19: warning: unused variable ‘i’ [-Wunused-variable]
int lpos = 0, i;
^
At top level:
channelhopper.c:240:14: warning: ‘dfs_state_name’ defined but not used [-Wunused-function]
static char *dfs_state_name(enum nl80211_dfs_state state)
^~~~~~~~~~~~~~
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 -c -o ghosting.o ghosting.c
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 -c -o fragmenting.o fragmenting.c
make -C attacks
make[2]: Entering directory '/mdk4/src/attacks'
cc -g -O3 -Wall -Wextra -c -o attacks.o attacks.c
attacks.c: In function ‘load_attacks’:
attacks.c:8:29: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
struct attacks *attacks = malloc(sizeof(struct attacks) * attack_count);
18.04
18.04
asked May 4 at 17:28
mokdurmokdur
11 bronze badge
11 bronze badge
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
You need to do this prior to the make and make install
sudo apt-get install build-essential autoconf automake libtool pkg-config libnl-3-dev libnl-genl-3-dev libssl-dev ethtool shtool rfkill zlib1g-dev libpcap-dev libsqlite3-dev libpcre3-dev libhwloc-dev libcmocka-dev hostapd wpasupplicant tcpdump screen iw usbutils clang
then
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
sudo make
sudo make install
sudo is not necessary for the make part, only the make install part but I use sudo for make to ensure no errors occur as some compilations fail without it.
I just did this on my ubuntu 18.04 and it worked fine. Fluxion detected it as installed after these steps and everything is working smoothly with the RTL8812AU chipset using the RTL8812AU DKMS kernel module installed.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1140548%2fcant-install-fluxion-5-9-dependency-mdk4-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to do this prior to the make and make install
sudo apt-get install build-essential autoconf automake libtool pkg-config libnl-3-dev libnl-genl-3-dev libssl-dev ethtool shtool rfkill zlib1g-dev libpcap-dev libsqlite3-dev libpcre3-dev libhwloc-dev libcmocka-dev hostapd wpasupplicant tcpdump screen iw usbutils clang
then
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
sudo make
sudo make install
sudo is not necessary for the make part, only the make install part but I use sudo for make to ensure no errors occur as some compilations fail without it.
I just did this on my ubuntu 18.04 and it worked fine. Fluxion detected it as installed after these steps and everything is working smoothly with the RTL8812AU chipset using the RTL8812AU DKMS kernel module installed.
add a comment
|
You need to do this prior to the make and make install
sudo apt-get install build-essential autoconf automake libtool pkg-config libnl-3-dev libnl-genl-3-dev libssl-dev ethtool shtool rfkill zlib1g-dev libpcap-dev libsqlite3-dev libpcre3-dev libhwloc-dev libcmocka-dev hostapd wpasupplicant tcpdump screen iw usbutils clang
then
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
sudo make
sudo make install
sudo is not necessary for the make part, only the make install part but I use sudo for make to ensure no errors occur as some compilations fail without it.
I just did this on my ubuntu 18.04 and it worked fine. Fluxion detected it as installed after these steps and everything is working smoothly with the RTL8812AU chipset using the RTL8812AU DKMS kernel module installed.
add a comment
|
You need to do this prior to the make and make install
sudo apt-get install build-essential autoconf automake libtool pkg-config libnl-3-dev libnl-genl-3-dev libssl-dev ethtool shtool rfkill zlib1g-dev libpcap-dev libsqlite3-dev libpcre3-dev libhwloc-dev libcmocka-dev hostapd wpasupplicant tcpdump screen iw usbutils clang
then
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
sudo make
sudo make install
sudo is not necessary for the make part, only the make install part but I use sudo for make to ensure no errors occur as some compilations fail without it.
I just did this on my ubuntu 18.04 and it worked fine. Fluxion detected it as installed after these steps and everything is working smoothly with the RTL8812AU chipset using the RTL8812AU DKMS kernel module installed.
You need to do this prior to the make and make install
sudo apt-get install build-essential autoconf automake libtool pkg-config libnl-3-dev libnl-genl-3-dev libssl-dev ethtool shtool rfkill zlib1g-dev libpcap-dev libsqlite3-dev libpcre3-dev libhwloc-dev libcmocka-dev hostapd wpasupplicant tcpdump screen iw usbutils clang
then
git clone https://github.com/aircrack-ng/mdk4
cd mdk4
sudo make
sudo make install
sudo is not necessary for the make part, only the make install part but I use sudo for make to ensure no errors occur as some compilations fail without it.
I just did this on my ubuntu 18.04 and it worked fine. Fluxion detected it as installed after these steps and everything is working smoothly with the RTL8812AU chipset using the RTL8812AU DKMS kernel module installed.
answered Jun 13 at 17:29
mydarkthawtsmydarkthawts
281 silver badge9 bronze badges
281 silver badge9 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1140548%2fcant-install-fluxion-5-9-dependency-mdk4-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown