intel / processwatch

GNU General Public License v2.0
120 stars 9 forks source link

Amazon Linux 2 instructions "wrong" #16

Open grahamwoodward opened 1 month ago

grahamwoodward commented 1 month 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

matthew-olson-intel commented 2 weeks ago

Hm... maybe they removed the -static version of libelf. Can you open a PR?