You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing Onyx from sh <(curl https://get.onyxlang.io -sSfL) outputs
/home/magne/.onyx/bin/onyx: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/magne/.onyx/bin/onyx)
/home/magne/.onyx/bin/onyx: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/magne/.onyx/bin/onyx)
/home/magne/.onyx/bin/onyx: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/magne/.onyx/bin/onyx)
error: Onyx was installed, but doesn't seem to be working. Ensure this binary can be run: /home/magne/.onyx/bin/onyx
check: installed successfully ✓
The same GLIBC errors arise when trying to run onyx. I've tried to
That is an interesting problem I had not run into. I think the best course of action would be to install from source in WSL (instructions here). So long as you have GCC installed, you should be good to go. Onyx has minimal requirements for building from source.
In the future, I can change the GitHub Action that builds the releases to ubuntu-20.04 specifically so there shouldn't be libc version issues. I anticipate the next release will be in a couple of weeks when some of the dust has settled from everyone trying out Onyx for the first time.
Running WSL with Ubuntu 20.04 LTS
Installing Onyx from
sh <(curl https://get.onyxlang.io -sSfL)
outputsThe same GLIBC errors arise when trying to run onyx. I've tried to
according to this, but nothing changed.
The text was updated successfully, but these errors were encountered: