Open vaavaav opened 11 hours ago
On Ubuntu 18.04, compiling mvfst (commit a4c6d4714badf8bb1a3fe495f76915ca31cd4f7c) fails with the following error:
mvfst
a4c6d4714badf8bb1a3fe495f76915ca31cd4f7c
mvfst/quic/xsk/xsk_lib.h:12:10: fatal error: linux/if_xdp.h: No such file or directory 12 | #include <linux/if_xdp.h> | ^~~~~~~~~~~~~~~~ compilation terminated.
I have tried installing linux-headers-generic, but this did not fix the problem.
linux-headers-generic
On Ubuntu 18.04, compiling
mvfst
(commita4c6d4714badf8bb1a3fe495f76915ca31cd4f7c
) fails with the following error:I have tried installing
linux-headers-generic
, but this did not fix the problem.