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
I am trying to build the bpftool on Oralce Linux 8.
make is failing w
FEATURES_DUMP=pwd/FEATURES_DUMP.bpftool make -j getconf _NPROCESSORS_ONLN feature-zlib=1
CC disasm.o
CC feature.o
LINK bpftool
/usr/bin/ld: cannot find -lelf
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
I am trying to build the bpftool on Oralce Linux 8.
make is failing w
FEATURES_DUMP=
pwd
/FEATURES_DUMP.bpftool make -jgetconf _NPROCESSORS_ONLN
feature-zlib=1CC disasm.o
CC feature.o
LINK bpftool
/usr/bin/ld: cannot find -lelf
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: