Install new version iw
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Trying to install a new version of iw. After extracting, i run the "make" command.
/bin/sh/: 1: pkg-config: not found
Can not found any development files for libnl
I have installed libnl-3-200 libnl-3-dev over the apt-get install command.
There is not any libnl.pc
file /usr/lib/pkgconfig
directory. I dont know how to fix this problem. Appreciate any help.
pkg-config iwlwifi
add a comment |
Trying to install a new version of iw. After extracting, i run the "make" command.
/bin/sh/: 1: pkg-config: not found
Can not found any development files for libnl
I have installed libnl-3-200 libnl-3-dev over the apt-get install command.
There is not any libnl.pc
file /usr/lib/pkgconfig
directory. I dont know how to fix this problem. Appreciate any help.
pkg-config iwlwifi
add a comment |
Trying to install a new version of iw. After extracting, i run the "make" command.
/bin/sh/: 1: pkg-config: not found
Can not found any development files for libnl
I have installed libnl-3-200 libnl-3-dev over the apt-get install command.
There is not any libnl.pc
file /usr/lib/pkgconfig
directory. I dont know how to fix this problem. Appreciate any help.
pkg-config iwlwifi
Trying to install a new version of iw. After extracting, i run the "make" command.
/bin/sh/: 1: pkg-config: not found
Can not found any development files for libnl
I have installed libnl-3-200 libnl-3-dev over the apt-get install command.
There is not any libnl.pc
file /usr/lib/pkgconfig
directory. I dont know how to fix this problem. Appreciate any help.
pkg-config iwlwifi
pkg-config iwlwifi
asked Oct 24 '13 at 23:37
MR.ABCMR.ABC
10111
10111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Please do:
sudo apt-get install libnl-3-dev libnl-genl-3-dev
make clean
make
iw-3.11 then 'makes' without error or warning for me in Ubuntu 13.10.
i have installed libnl-genl-3-dev... still the same problem
– MR.ABC
Oct 25 '13 at 0:20
Are you trying to compile the same version of wl? Which kernel version? uname -r
– chili555
Oct 25 '13 at 0:35
3.2.0 is the version. Can you do me a favoir ? Copy and upload the files of libnl inside /usr/lib/pkgconfig. The ".pc" files. I would be very thankful.
– MR.ABC
Oct 25 '13 at 0:39
I have: dbus-python.pc libquvi-scripts.pc notify-python.pc pygoocanvas.pc xvmc.pc ibus-table.pc nautilus-sendto.pc pm-utils.pc xorg-wacom.pc but nothing at all related to libnl. Which wl version are you compiling? I suggest you try iw-3.2.
– chili555
Oct 25 '13 at 0:44
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/3.0/"u003ecc by-sa 3.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%2f365334%2finstall-new-version-iw%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
Please do:
sudo apt-get install libnl-3-dev libnl-genl-3-dev
make clean
make
iw-3.11 then 'makes' without error or warning for me in Ubuntu 13.10.
i have installed libnl-genl-3-dev... still the same problem
– MR.ABC
Oct 25 '13 at 0:20
Are you trying to compile the same version of wl? Which kernel version? uname -r
– chili555
Oct 25 '13 at 0:35
3.2.0 is the version. Can you do me a favoir ? Copy and upload the files of libnl inside /usr/lib/pkgconfig. The ".pc" files. I would be very thankful.
– MR.ABC
Oct 25 '13 at 0:39
I have: dbus-python.pc libquvi-scripts.pc notify-python.pc pygoocanvas.pc xvmc.pc ibus-table.pc nautilus-sendto.pc pm-utils.pc xorg-wacom.pc but nothing at all related to libnl. Which wl version are you compiling? I suggest you try iw-3.2.
– chili555
Oct 25 '13 at 0:44
add a comment |
Please do:
sudo apt-get install libnl-3-dev libnl-genl-3-dev
make clean
make
iw-3.11 then 'makes' without error or warning for me in Ubuntu 13.10.
i have installed libnl-genl-3-dev... still the same problem
– MR.ABC
Oct 25 '13 at 0:20
Are you trying to compile the same version of wl? Which kernel version? uname -r
– chili555
Oct 25 '13 at 0:35
3.2.0 is the version. Can you do me a favoir ? Copy and upload the files of libnl inside /usr/lib/pkgconfig. The ".pc" files. I would be very thankful.
– MR.ABC
Oct 25 '13 at 0:39
I have: dbus-python.pc libquvi-scripts.pc notify-python.pc pygoocanvas.pc xvmc.pc ibus-table.pc nautilus-sendto.pc pm-utils.pc xorg-wacom.pc but nothing at all related to libnl. Which wl version are you compiling? I suggest you try iw-3.2.
– chili555
Oct 25 '13 at 0:44
add a comment |
Please do:
sudo apt-get install libnl-3-dev libnl-genl-3-dev
make clean
make
iw-3.11 then 'makes' without error or warning for me in Ubuntu 13.10.
Please do:
sudo apt-get install libnl-3-dev libnl-genl-3-dev
make clean
make
iw-3.11 then 'makes' without error or warning for me in Ubuntu 13.10.
answered Oct 25 '13 at 0:15
chili555chili555
39k55280
39k55280
i have installed libnl-genl-3-dev... still the same problem
– MR.ABC
Oct 25 '13 at 0:20
Are you trying to compile the same version of wl? Which kernel version? uname -r
– chili555
Oct 25 '13 at 0:35
3.2.0 is the version. Can you do me a favoir ? Copy and upload the files of libnl inside /usr/lib/pkgconfig. The ".pc" files. I would be very thankful.
– MR.ABC
Oct 25 '13 at 0:39
I have: dbus-python.pc libquvi-scripts.pc notify-python.pc pygoocanvas.pc xvmc.pc ibus-table.pc nautilus-sendto.pc pm-utils.pc xorg-wacom.pc but nothing at all related to libnl. Which wl version are you compiling? I suggest you try iw-3.2.
– chili555
Oct 25 '13 at 0:44
add a comment |
i have installed libnl-genl-3-dev... still the same problem
– MR.ABC
Oct 25 '13 at 0:20
Are you trying to compile the same version of wl? Which kernel version? uname -r
– chili555
Oct 25 '13 at 0:35
3.2.0 is the version. Can you do me a favoir ? Copy and upload the files of libnl inside /usr/lib/pkgconfig. The ".pc" files. I would be very thankful.
– MR.ABC
Oct 25 '13 at 0:39
I have: dbus-python.pc libquvi-scripts.pc notify-python.pc pygoocanvas.pc xvmc.pc ibus-table.pc nautilus-sendto.pc pm-utils.pc xorg-wacom.pc but nothing at all related to libnl. Which wl version are you compiling? I suggest you try iw-3.2.
– chili555
Oct 25 '13 at 0:44
i have installed libnl-genl-3-dev... still the same problem
– MR.ABC
Oct 25 '13 at 0:20
i have installed libnl-genl-3-dev... still the same problem
– MR.ABC
Oct 25 '13 at 0:20
Are you trying to compile the same version of wl? Which kernel version? uname -r
– chili555
Oct 25 '13 at 0:35
Are you trying to compile the same version of wl? Which kernel version? uname -r
– chili555
Oct 25 '13 at 0:35
3.2.0 is the version. Can you do me a favoir ? Copy and upload the files of libnl inside /usr/lib/pkgconfig. The ".pc" files. I would be very thankful.
– MR.ABC
Oct 25 '13 at 0:39
3.2.0 is the version. Can you do me a favoir ? Copy and upload the files of libnl inside /usr/lib/pkgconfig. The ".pc" files. I would be very thankful.
– MR.ABC
Oct 25 '13 at 0:39
I have: dbus-python.pc libquvi-scripts.pc notify-python.pc pygoocanvas.pc xvmc.pc ibus-table.pc nautilus-sendto.pc pm-utils.pc xorg-wacom.pc but nothing at all related to libnl. Which wl version are you compiling? I suggest you try iw-3.2.
– chili555
Oct 25 '13 at 0:44
I have: dbus-python.pc libquvi-scripts.pc notify-python.pc pygoocanvas.pc xvmc.pc ibus-table.pc nautilus-sendto.pc pm-utils.pc xorg-wacom.pc but nothing at all related to libnl. Which wl version are you compiling? I suggest you try iw-3.2.
– chili555
Oct 25 '13 at 0:44
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%2f365334%2finstall-new-version-iw%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