You are not logged in.
I'm trying to build eapol_test from wpa_supplicant. When I execute "make eapol_test", I get the following error:
/usr/bin/ld: cannot find -lnl
collect2: error: ld returned 1 exit status
Makefile:1625: recipe for target 'eapol_test' failed
make: *** [eapol_test] Error 1
I have libnl installed. Can someone explain why the build fails?
Offline
Works fine here, form where did you get the sources? And what is the output of the following commands?
pacman -Qi libnl
ldconfig -p | grep libnl
-- edit:
I think the best method is to download the package sources using ABS and then edit the PKGBUILD to compile eapol_test
Last edited by mauritiusdadd (2015-05-28 07:02:09)
Offline