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
./configure
libbpf support: submodule v1.4.0
make error like:
/usr/bin/ld: ../libbpf/src/libbpf.a(libbpf.o): warning: relocation against `stderr@@GLIBC_2.2.5' in read-only section `.text'
/usr/bin/ld: ../libbpf/src/libbpf.a(libbpf.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
replace lib/libbpf with latest version
./configure
libbpf support: submodule v1.6.0
make success
The text was updated successfully, but these errors were encountered:
```
./configure
libbpf support: submodule v1.4.0
make error like:
/usr/bin/ld: ../libbpf/src/libbpf.a(libbpf.o): warning: relocation against `stderr@@GLIBC_2.2.5' in read-only section `.text'
/usr/bin/ld: ../libbpf/src/libbpf.a(libbpf.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
This is not related to the libbpf version. Did you manually build libbpf
in the subdirectory before running 'make' in the parent xdp-tools
directory? Please try a clean build ('make clobber' followed by 'make')
and see if you still get this error.
The text was updated successfully, but these errors were encountered: