configure: error: libnl-devel >= 1.1 is required for macvtap support
April 25, 201611 views
fix it with
sudo apt-get install pkg-config
it may needed these also
sudo apt-get install libyajl-dev libdevmapper-dev libnl-dev libpciaccess-dev make

fix it with
sudo apt-get install pkg-config
it may needed these also
sudo apt-get install libyajl-dev libdevmapper-dev libnl-dev libpciaccess-dev make
