Alexander Huemer wrote:
Most likely libnl is okay but is not found.
The emphasis was on "install", not on "suitable version".
Take a look at the check that is done in configure.ac, there isn't any
version checking.
Reading config.log also helps in understanding why a configure run
failed.
Make sure the linker can find the .so.
Actually, if you just enter the commands from the "Build instructions"
page, it won't work.
Configure won't be looking for the .so. It will be looking for the .h file or
the pkgconfig info. You need to install the dev or devel package for libnl.