I am testing the nightly build and gets the following error:
/usr/bin/telegraf: /lib64/libc.so.6: version 'GLIBC_2.28' not found (required by /usr/bin/telegraf)
Telegraf nighly was fine
2020-10-02T05:51:01 CET Telegraf unknown (git: master 4fa620fd)
but failed the day after.
https://dl.influxdata.com/telegraf/nightlies/telegraf-nightly.x86_64.rpm
System info:
ls -l /usr/lib/.build-id/9b/460736248d88ad84c0bbcd2d305a46ccc1f336
lrwxrwxrwx. 1 root root 28 Oct 4 20:02 /usr/lib/.build-id/9b/460736248d88ad84c0bbcd2d305a46ccc1f336 -> ../../../../usr/bin/telegraf
uname -srvmpio
Linux 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 11 19:12:04 EDT 2020 x86_64 x86_64 x86_64 GNU/Linux
strings /lib64/libc.so.6 gives
- GLIBC_2.2.5
- GLIBC_2.2.6
- GLIBC_2.3
- GLIBC_2.3.2
- GLIBC_2.3.3
- GLIBC_2.3.4
- GLIBC_2.4
- GLIBC_2.5
- GLIBC_2.6
- GLIBC_2.7
- GLIBC_2.8
- GLIBC_2.9
- GLIBC_2.10
- GLIBC_2.11
- GLIBC_2.12
- GLIBC_2.13
- GLIBC_2.14
- GLIBC_2.15
- GLIBC_2.16
- GLIBC_2.17
- GLIBC_PRIVATE
Steps to reproduce:
- download https://dl.influxdata.com/telegraf/nightlies/telegraf-nightly.x86_64.rpm
- yum localinstall
- /usr/bin/telegraf
Expected behavior:
Something like:
2020-10-04T18:23:08Z I! Starting Telegraf 1.15.3
2020-10-04T18:23:08Z I! Using config file: /etc/telegraf/telegraf.conf
2020-10-04T18:23:08Z E! [telegraf] Error running agent: Error: no outputs found, did you provide a valid config file?
Actual behavior:
/usr/bin/telegraf: /lib64/libc.so.6: version 'GLIBC_2.28' not found (required by /usr/bin/telegraf)
Additional info:
rpm -qa --last |head -1
telegraf-1.16.0-0.x86_64 Sun 04 Oct 2020 08:02:33 PM CEST
I am testing the nightly build and gets the following error:
/usr/bin/telegraf: /lib64/libc.so.6: version 'GLIBC_2.28' not found (required by /usr/bin/telegraf)Telegraf nighly was fine
2020-10-02T05:51:01 CET Telegraf unknown (git: master 4fa620fd)but failed the day after.
https://dl.influxdata.com/telegraf/nightlies/telegraf-nightly.x86_64.rpm
System info:
ls -l /usr/lib/.build-id/9b/460736248d88ad84c0bbcd2d305a46ccc1f336lrwxrwxrwx. 1 root root 28 Oct 4 20:02 /usr/lib/.build-id/9b/460736248d88ad84c0bbcd2d305a46ccc1f336 -> ../../../../usr/bin/telegrafuname -srvmpioLinux 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 11 19:12:04 EDT 2020 x86_64 x86_64 x86_64 GNU/Linuxstrings /lib64/libc.so.6givesSteps to reproduce:
Expected behavior:
Something like:
2020-10-04T18:23:08Z I! Starting Telegraf 1.15.32020-10-04T18:23:08Z I! Using config file: /etc/telegraf/telegraf.conf2020-10-04T18:23:08Z E! [telegraf] Error running agent: Error: no outputs found, did you provide a valid config file?Actual behavior:
/usr/bin/telegraf: /lib64/libc.so.6: version 'GLIBC_2.28' not found (required by /usr/bin/telegraf)Additional info:
rpm -qa --last |head -1telegraf-1.16.0-0.x86_64 Sun 04 Oct 2020 08:02:33 PM CEST