We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: