torako
torako copied to clipboard
Failure to start executable on linux with release torako-linux-amd64 v0.11.2
On Centos 8, Intel x86 64bit
Symptoms / to reproduce:
$ wget https://github.com/miyachan/torako/releases/download/v0.11.2/torako-linux-amd64
$ chmod +x torako-linux-amd64
$ ./torako-linux-amd64
./torako-linux-amd64: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./torako-linux-amd64
$ ./torako-linux-amd64 -V
./torako-linux-amd64: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./torako-linux-amd64)
I think I know what causes this. I think the latest version of torako was built with Ubuntu 20 (which is the default that Github Actions uses) which links against glibc 2.29, which is likely more recent than what you have in CentOS 8.
What I will do is use ubuntu-18 for the next release which would build against glibc 2.27 (I think CentOS 8 uses glibc 2.28).