puppet-summary
puppet-summary copied to clipboard
puppet-summary fails on CentOS 7 due to too old glibc
On CentOS 7 I get the following error:
# /usr/bin/puppet-summary
/usr/bin/puppet-summary: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /usr/bin/puppet-summary)
personally I don't care if it works on that old platform or not, but most go tools I encountered still work with CentOS 7. Maybe it's work documenting it.
(I noticed this because I'm writing a puppet module for puppet-summary at https://github.com/voxpupuli/puppet-puppet_summary. Please let me know if there already is a module for it)
Also the glibc in ubuntu 18 and debian 9 is too old for this.