Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. root@raspberrypi:~/Desktop/crda-1.1.2# make
  2. LD crda
  3. /usr/bin/ld: cannot find -lnl-genl
  4. collect2: ld returned 1 exit status
  5. Makefile:106: recipe for target 'crda' failed
  6. make: *** [crda] Error 1
  7. root@raspberrypi:~/Desktop/crda-1.1.2# ldconfig -p | grep libnl
  8. libnl.so.1 (libc6,hard-float) => /usr/lib/arm-linux-gnueabihf/libnl.so.1
  9. libnl.so (libc6,hard-float) => /usr/lib/arm-linux-gnueabihf/libnl.so
  10. libnl-3.so.200 (libc6,hard-float) => /lib/arm-linux-gnueabihf/libnl-3.so.200
  11. libnl-genl-3.so.200 (libc6,hard-float) => /lib/arm-linux-gnueabihf/libnl-genl-3.so.200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement