TomNick Posted December 18, 2016 Posted December 18, 2016 Hello everybody, I am running 3.4.113 on my Orange Pi Zero like a charme. Now I was trying to install aircrack-ng-1.2-rc4. I am getting the following error: root@orangepizero:~/aircrack-ng-1.2-rc4# make/bin/sh: 1: pkg-config: not found/bin/sh: 1: pkg-config: not found/bin/sh: 1: pkg-config: not found/bin/sh: 1: pkg-config: not found/bin/sh: 1: pkg-config: not foundcommon.mak:120: *** Cannot find development files for any supported version of libnl. install either libnl1 or libnl3.. Stop. So I checked on the missing libnl: root@orangepizero:dpkg -l | grep libnlii libnl-3-200:armhf 3.2.24-2 armhf library for dealing with netlink socketsii libnl-3-200-dbg 3.2.24-2 armhf debug symbols for libnl3ii libnl-3-dev 3.2.24-2 armhf development library and headers for libnl-3ii libnl-cli-3-200:armhf 3.2.24-2 armhf library for dealing with netlink sockets - cli helpersii libnl-cli-3-dev 3.2.24-2 armhf development library and headers for libnl-cli-3ii libnl-genl-3-200:armhf 3.2.24-2 armhf library for dealing with netlink sockets - generic netlinkii libnl-genl-3-dev 3.2.24-2 armhf development library and headers for libnl-genl-3ii libnl-idiag-3-200:armhf 3.2.24-2 armhf library for dealing with netlink sockets - inetdiag interfaceii libnl-idiag-3-dev 3.2.24-2 armhf development library and headers for libnl-genl-3ii libnl-nf-3-200:armhf 3.2.24-2 armhf library for dealing with netlink sockets - netfilter interfaceii libnl-nf-3-dev 3.2.24-2 armhf development library and headers for libnl-nf-3ii libnl-route-3-200:armhf 3.2.24-2 armhf library for dealing with netlink sockets - route interfaceii libnl-route-3-dev 3.2.24-2 armhf development library and headers for libnl-route-3ii libnl-utils 3.2.24-2 armhf Utilities for dealing with netlink socketsii ntrack-module-libnl-0 016-1.3 armhf libnl based ntrack module So for me it looks ok, does anybody have any idea how to fix the error? Thanks for some help
zador.blood.stained Posted December 18, 2016 Posted December 18, 2016 If it says that pkg-config wasn't found, then it may be a good idea to install it (it should be present in the package with the same name) 1
Recommended Posts