You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make
cc -c -I. -o l2tp_client.o l2tp_client.c
l2tp_client.c:38:29: fatal error: netlink/netlink.h: No such file or directory
compilation terminated.
Makefile:7: recipe for target 'l2tp_client.o' failed
make: *** [l2tp_client.o] Error 1
The text was updated successfully, but these errors were encountered:
In attempting to reproduce https://github.com/sudomesh/bugs/8 , I was unable to build the sudomesh tunneldigger client (https://github.com/sudomesh/tunneldigger) on ubuntu 16.04 .
The text was updated successfully, but these errors were encountered: