Set up EMC for Linux

I downloaded the linux EMC (emc_linux_fc31_v9.4.4_20220801). However, when I try to run the build command with the executable file, it shows the following error:

./emc_linux64: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./emc_linux64)

My OS information is as below:

Operating System: Ubuntu 18.04.6 LTS
Kernel: Linux 4.15.0-48-generic
Architecture: x86-64

Thank you in advance for your help!

The new EMC for Linux was compiled under Fedora 31, which is based on glibc v2.29. This will not work with older operating system versions. A fix would be to update your OS to a newer version. In the near future, I hope to upload an executable compiled with an older glibc, work loads permitting.