79381347

Date: 2025-01-23 13:57:41
Score: 1.5
Natty:
Report link

The non elegant solution to this problem is just to copy the netlink into the right directory:

sudo mkdir /usr/include/netlink/

sudo cp -r /usr/include/libnl3/netlink/ /usr/include/netlink/

run again the

./configure

then run

make

Then it builds...

Make sure that packets are installed:

sudo apt-get install libnl-3-dev

sudo apt-get install libnl-route-3-dev

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tom Jakobiec