-
Notifications
You must be signed in to change notification settings - Fork 1
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
bpftool not found for kernel 6.5.0-26 #1
Comments
Would you know the version of bpftool that this command installs? |
it will depend on the kernel version..
try you might be also interested in this small article I wrote ;-). |
I guess bpftool version isn't what is causing my problem. But thanks for the help anyway! |
Actually, could you please also tell me the version of clang and llc you are using? |
|
@pvvm did you check your libebpf version? I would recommend you to get it from github, as I pointed in this article:
|
Thank you very much for your help! And the article looks pretty good! |
btw, even that it doesn't see related.. just for the records.. I've had a trouble with |
Firstly, thank you very much for this example! I'm opening this issue because it might be useful for others. I tried to run it on Ubuntu 22.04 with kernel 6.5 and I needed to update
linux-tools
as described below:The text was updated successfully, but these errors were encountered: