PDA

View Full Version : [xubuntu] Installing IW-0.9.19 ...pkg-config not found?



mktg82
February 11th, 2010, 10:20 PM
Hi all, I'm trying to install iw-0.9.19 on xubuntu.

When i type the command "make", i get:

/bin/sh: pkg-config: not found
/bin/sh: pkg-config: not found
Makefile:38: *** Cannot find development files for any supported version of libnl. Stop.


I read the Readme file and it says:

"To build IW, just enter make. If that fails, set the PKG_CONFIG_PATH environment variable to allow the Makefile to find libnl".

libnl-dev is installed, so I guess that I must set that PKG_CONFIG_PATH variable to solve my problem, right? But I don't know how to do it... can someone help me?

mktg82
February 12th, 2010, 01:26 PM
there's anyone?

slw369
April 3rd, 2010, 06:57 PM
I had the same problem fixed by installing pkg-config!

sudo apt-get install pkg-config