sudomesh / tunneldigger-lab

experiments on digging tunnels
GNU General Public License v3.0
4 stars 2 forks source link

sudomesh tunneldigger client compile fails on ubuntu 16.04 #4

Open jhpoelen opened 6 years ago

jhpoelen commented 6 years ago

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 .

$ 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