You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
ebpf@ebpf-VirtualBox:~/go/src/github.com/vishvananda/netlink$ go get github.com/iovisor/iomodules/hover
github.com/iovisor/iomodules/hover/bpf
../../iovisor/iomodules/hover/bpf/bpf_module.go:32:28: fatal error: bcc/bpf_common.h: No such file or directory
compilation terminated.
ebpf@ebpf-VirtualBox:~/go/src/github.com/vishvananda/netlink$
Any idea on this error, changing to #include <bcc/bcc_common.h> leads to errors like:
ebpf@ebpf-VirtualBox:~/go/src/github.com/vishvananda/netlink$ go get github.com/iovisor/iomodules/hover
github.com/iovisor/iomodules/hover/bpf
../../iovisor/iomodules/hover/bpf/bpf_module.go:188:8: could not determine kind of name for C.bpf_prog_load
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ebpf@ebpf-VirtualBox:~/go/src/github.com/vishvananda/netlink$ go get github.com/iovisor/iomodules/hover
github.com/iovisor/iomodules/hover/bpf
../../iovisor/iomodules/hover/bpf/bpf_module.go:32:28: fatal error: bcc/bpf_common.h: No such file or directory
compilation terminated.
ebpf@ebpf-VirtualBox:~/go/src/github.com/vishvananda/netlink$
Any idea on this error, changing to #include <bcc/bcc_common.h> leads to errors like:
ebpf@ebpf-VirtualBox:~/go/src/github.com/vishvananda/netlink$ go get github.com/iovisor/iomodules/hover
github.com/iovisor/iomodules/hover/bpf
../../iovisor/iomodules/hover/bpf/bpf_module.go:188:8: could not determine kind of name for C.bpf_prog_load
The text was updated successfully, but these errors were encountered: