/opt/grafana/alloy/bin/alloy-linux-amd64: /lib64/libc.so.6: version `GLIBC_2.14' not found

I am trying to install and run Grafana Alloy v1.16 on an el6 system.

# uname -a
Linux rishav-el6.abc.com 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

But when i try to run

alloy-linux-amd64 run --server.http.listen-addr=127.0.0.1:9096 --storage.path=/opt/grafana/alloy/var/lib/grafana-alloy --disable-reporting

I am getting this in log

/opt/grafana/alloy/bin/alloy-linux-amd64: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /opt/grafana/alloy/bin/alloy-linux-amd64)

Is there any older version that I should try or maybe use any other asset from v1.16.

you need the libc package:

sudo yum update
sudo yum install glibc-devel

I am using an centos 6.10 system, which doesn’t have glibc v2.14.