I am having issues compiling with libnftnl
. I installed both libnftnl11
and libnftnl-dev
on ubuntu, but the linker says: /usr/bin/ld: cannot find -lnftnl
. Is there anything I am missing?
I compiled with: gcc x.c -o x -static -L/usr/local/lib/ -lnftnl -lmnl