fatal error: 'bpf/bpf_helpers.h' file not found #4584
Replies: 4 comments
-
|
You should use |
Beta Was this translation helpful? Give feedback.
-
|
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.
-
|
Same problem as @hatamiarash7 . Any news ? |
Beta Was this translation helpful? Give feedback.
-
|
Anyone faced with the issue, could try : Ubuntu : Fedore : |
Beta Was this translation helpful? Give feedback.
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