4

I was trying to share my laptop's internet over wireless to use as wi-fi in my android phone. After googling for some time I am now stuck here:

http://linuxwireless.org/en/users/Documentation/hostapd

the instruction says: "you need to install/update libnl-1.0pre8 (or later)" for a certain error I am getting. But I am unable to do so. I downloaded the package all right, but executing the makefile of that package is giving me errors. Is there another way to install/update this application? Please help.

1 Answers1

6

Install libnl-dev using the following command:

sudo apt-get install libnl-dev

or

sudo apt-get install libnl-3-dev
green
  • 14,406