intel / processwatch

GNU General Public License v2.0
132 stars 10 forks source link

Amazon Linux 2 instructions "wrong" #16

Open grahamwoodward opened 5 months ago

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

matthew-olson-intel commented 4 months ago

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

matthew-olson-intel commented 1 month ago

Is this still an issue?