Open grahamwoodward opened 5 months ago
The README says
sudo yum update sudo yum install bpftool zlib-devel zlib-static elfutils-libelf-devel-static clang cmake3 llvm glibc-static
but it doesn't recoqnise elfutils-libelf-devel-static...I had to run
sudo yum install elfutils-libelf-devel
I'm running this on $ uname -r 6.1.91-99.172.amzn2023.x86_64
$ uname -r 6.1.91-99.172.amzn2023.x86_64
Hm... maybe they removed the -static version of libelf. Can you open a PR?
-static
libelf
Is this still an issue?
The README says
sudo yum update sudo yum install bpftool zlib-devel zlib-static elfutils-libelf-devel-static clang cmake3 llvm glibc-static
but it doesn't recoqnise elfutils-libelf-devel-static...I had to run
sudo yum install elfutils-libelf-devel
I'm running this on
$ uname -r 6.1.91-99.172.amzn2023.x86_64