-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing on Ubuntu 20.04 #28
Comments
Change |
Same output using bash |
Nevermind, im idiot and didnt read the error. I think is a problem with the compiler. There is a way to "do" it but not recommended because can broke your system: Upgrade your libgc to newer version. You can add the this repo and then: As i said, i dont recommend this way. The other way is upgrade your Ubuntu version to Ubuntu 22. |
I've recompiled from scratch and it works now. Thanks
El lun, 20 feb 2023 16:23, Camilo Manuel Couselo Alonso <
***@***.***> escribió:
… Same output using bash
Nevermind, im idiot and didnt read the error. I think is a problem with
the compiler. There is a way to "do" it but not recommended because can
broke your system: Upgrade your libgc to newer version.
You can add the this repo
<https://packages.ubuntu.com/jammy/amd64/libc6/download> and then:
sudo apt update
sudo apt install libc6.
As i said, i dont recommend this way. The other way is upgrade your Ubuntu
version to Ubuntu 22.
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH4Z2E5GDPCTF2TCC5LVFG3WYOD6NANCNFSM6AAAAAAVBZ2TU4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I got his error:
ubuntu@sol:~$ curl -fsSL https://raw.githubusercontent.com/m1guelpf/plz-cli/main/install.sh | sh - sh: 26: [[: not found https://github.com/m1guelpf/plz-cli/releases/latest/download/plz-linux-x86_64 downloading latest binary % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13.2M 100 13.2M 0 0 10.2M 0 0:00:01 0:00:01 --:--:-- 10.2M /home/ubuntu/.bin/plz: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by /home/ubuntu/.bin/plz)/home/ubuntu/.bin/plz: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.33' not found (required by /home/ubuntu/.bin/plz) /home/ubuntu/.bin/plz: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by /home/ubuntu/.bin/plz)installed -`
Any suggestion?
The text was updated successfully, but these errors were encountered: