go-conntracer-bpf icon indicating copy to clipboard operation
go-conntracer-bpf copied to clipboard

fatal error: conntracer.skel.h: No such file or directory

Open captanlevi opened this issue 9 months ago • 0 comments

I am trying to run the example code. I am pretty new to go, so I initialised my go module with go init capture.com/capture Then did go get go get github.com/yuuki/go-conntracer-bpf@latest

I have downloaded and installed bpf and clang as well as per given requirements. But when I run the code I get the above mentioned error. Please help.

I can see the file in the installation, however for some reason the include is not working.

captanlevi avatar May 24 '24 00:05 captanlevi