lunatik: 'bpf_luaxdp_run': BTF not found in kernel

xdp-loader to load https.o result in error below:

libbpf: loading kernel BTF '/sys/kernel/btf/vmlinux': 0
  libbpf: extern (func ksym) 'bpf_luaxdp_run': not found in kernel or module BTFs
  libbpf: failed to load object '/usr/lib/bpf/https.o'
 libxdp: Failed to load program filter_https: Invalid argument
Couldn't attach XDP program on iface 'green0': Invalid argument(-22)

xdp-tools/xdp-loader is built statically with libbpf 1.2
should not be xdp-loader libbpf issue

still try to upgrade bpfire libbpf to 1.3.0 for testing

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2024-09-16 01:00:40 +00:00
parent dc97ffb40e
commit cacf5f209d
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
usr/include/bpf/xsk.h
usr/lib/libbpf.so.0
usr/lib/libbpf.so.0.8.3
usr/lib/libbpf.a
usr/lib/libbpf.so
usr/lib/libbpf.so.1
usr/lib/libbpf.so.1.3.0