The issue: ./httm: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by ./httm)
Happens of officially supported debian/buster.
Is there any choice to compile it against musl instead of glibc or at least lower requirement to have only most recent version ?
It would be also pretty useful if utility would be truly statically compiled to avoid any dependencies that allows to use it across all Linuxes regardless of distribution and versions
The issue:
./httm: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by ./httm)Happens of officially supported debian/buster.
Is there any choice to compile it against
muslinstead ofglibcor at least lower requirement to have only most recent version ?It would be also pretty useful if utility would be truly statically compiled to avoid any dependencies that allows to use it across all Linuxes regardless of distribution and versions