tracee-0.4.0 run error after recompilation #540
-
After I downloaded tracee 0.4.0, the initial compiled tracee binary can run fine. But if I run compile again, it seems to pull some additional packages/containers. Then the compiled tracee binary would not run and emit the error below. What is the supported kernel version for this tracee version? See system info at the end of the code section.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@transparentdata243 thanks for trying Tracee and opening the issue. I've converted it into a discussion since that is where we collaborate on troubleshooting and support. |
Beta Was this translation helpful? Give feedback.
-
@transparentdata243 in the original post you wrote:
And then you wrote:
Let's first try to resolve the compilation problem, then the runtime problem.
You can then verify that libbpf sources were fetched correctly to the 3rdparty/libbpf directory. Please try the above first. If there will be other compilation or runtime issues - you can post them here and we will try to help. |
Beta Was this translation helpful? Give feedback.
@transparentdata243 in the original post you wrote:
And then you wrote:
Let's first try to resolve the compilation problem, then the runtime problem.
If you choose to compile from source (other options are: https://github.com/aquasecurity/tracee/tree/main/tracee-ebpf#getting-tracee-ebpf), you will first need to make sure …