Description of the problem or steps to reproduce
I attempted to update from linux64 release 2.0.13 by removing the binary and running the installation script, which installed linux64 release 2.0.14. Executing the new binary produces the following errors:
./micro: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by ./micro)
./micro: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./micro)
Manually-downloaded and extracted binaries for linux64 release 2.0.14 and linux64 release 2.0.14-rc1 produce the same errors.
Redownloading linux64 release 2.0.13 resolved the errors.
Specifications
Versions: 2.0.14 and 2.0.14-rc1
Commit hashes: 04c5770 and cc195b6
OS: Ubuntu 20.04.6 LTS
ldd --version ldd (Ubuntu GLIBC 2.31-0ubuntu9.16) 2.31
I'm still a bit of a novice with Linux and programming, so let me know if I've left anything out or did anything wrong above. As far as I've been able to discover, GLIBC is system-dependent, so I can't really upgrade to the newer required versions. The only way to do that would be to upgrade from Ubuntu 20.04 to a newer version, which I can do if the new requirement is intentional and necessary. I understand if Ubuntu 20.04 is too old of a version to support anymore, but there was nothing advising of a minimum GLIBC/OS version.