Replies: 3 comments 2 replies
-
i think it's this error that make the build failed libbpf version 0.8.1 is too low, please update it to at least 0.1.0 |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can simply used the latest arm-docker
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The feature request for multi-arch docker is complete. You can simply use the same image |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i'm trying to build a docker image of loxilb on my raspebrrypi, but the build failed with the following error, can you please advise or give me instruction i can follow to successfully build and run on raspberryPi 4 8G . please ? thx
315.8 INSTALL bpf.h libbpf.h btf.h libbpf_common.h libbpf_legacy.h xsk.h bpf_helpers.h bpf_helper_defs.h bpf_tracing.h bpf_endian.h bpf_core_read.h skel_internal.h libbpf_version.h usdt.bpf.h
315.8 INSTALL build/libbpf.pc
315.8 INSTALL build/libbpf.a build/libbpf.so build/libbpf.so.0 build/libbpf.so.0.8.1
315.9 /iproute2-main
315.9 TC schedulers
315.9 ATM no
315.9
315.9 libc has setns: yes
316.1 SELinux support: no
316.1 libbpf support: no
316.1 libbpf version 0.8.1 is too low, please update it to at least 0.1.0
316.1 LIBBPF_FORCE=on set, but couldn't find a usable libbpf
I clone the repository from the 'main' branch , just so you know
Beta Was this translation helpful? Give feedback.
All reactions