-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
Build issues #30
Comments
Hey! It appears you're using a newer version of LibBPF that breaks the build process. I'll have to look into this further, but for now I'd recommend going back to LibBPF 7fc4d50 by either doing You may also use the following to clone the repository and its submodules (e.g. LibBPF using the correct commit).
I'm going to keep this issue open since I want to get the tool working with the latest version of LibBPF or the newer XDP loader (libxdp) in the future once I have the time. The last time I used |
Thanks for the hint! Yea, it would be great if newest libxdp worked of course. |
No problem and thank you! I agree it's awesome things can work on vanilla Linux OS's for XDP compared to other network libraries such as the DPDK which usually require additional changes 😄 |
This workaround also works with Ubuntu 20 / 22. Thanks. |
I finally got around to implementing support for LibXDP today! You can read more about this here. GitHub's workflow builds and runs everything successfully along with a vanilla Ubuntu 23.04 VM I tried it on today. I am going to close this issue for now. |
Hi Christian,
I'm trying to build the repo on debian 11 / Kernel 5.10.0-19-amd64 like this:
Unfortunately, I'm hitting a build error:
Any hints on this? Could you share how you're building?
The text was updated successfully, but these errors were encountered: