I have set up a radius-server on a raspberry-pi. Now I want to test it according to article 6.2.1 in http://networkradius.com/doc/FreeRADIUS-Implementation-Ch6.pdf Unfortunately building the "eapol_test" file as described in the document doesnt work for me. When executing
make eapol_test
in the newly created folder it runs for a minute or so and then exits, saying
/usr/bin/ld: cannot find -lnl
collect2: ld returned 1 exit status
Makefile:1625: recipe for target 'eapol_test' failed
Using a newer version of wpa_supplicant doesnt solve it. I dont know much about the make command, or how to make it find "-lnl" (whatever this might be) and I couldn't find a solution to this problem either.
Does anyone know how to fix this? Thank you in advance