dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
679 stars 67 forks source link

GLIBC_2.27 not found #289

Closed telatin closed 2 years ago

telatin commented 2 years ago

Hi, I report this problem found in the "compilation node" of an HPC Cluster (where basically you cant make any changes). I found some workarounds but since this installer is brilliant I hope in the future it might be able to support more platforms at the first attempt, thanks!

choosenim-init: Downloading choosenim-0.8.2_linux_amd64
/tmp/choosenim-0.8.2_linux_amd64: /lib64/libc.so.6: version `GLIBC_2.27' not found (required by /tmp/choosenim-0.8.2_linux_amd64)

(the node has glibc version: 2.17)

dom96 commented 2 years ago

Thanks for reporting, Definitely will look into a solution. Duplicate of #280.