fatal error: 'bpf/bpf_helpers.h' file not found #4584
Unanswered
karim-manaouil
asked this question in
Q&A
Replies: 3 comments
-
|
You should use |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have this problem too. It's a simple Python program. This will give me an error: I'm sure that everything is installed. Even if I used |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Same problem as @hatamiarash7 . Any news ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I installed
bccvia the Debian's package manager. I tested it and it works in a very simple scenario with onlybpf_printkin a syscall.However, when I included
bpf/bpf_helpers.hto have the definition ofBPF_SNPRINTF, I got the error in the title.I am not sure how
bccfinds its headers. Assuming the usual way on Linux, I installedlibbpf-dev, as well Linux kernel headers, and I have/usr/include/bpf/bpf_helpers.hon my installation. So, I don't really know why I'm getting that error message. Would appreciate your help!Cheers!
Beta Was this translation helpful? Give feedback.
All reactions