Skip to content
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

Open
sargatxet opened this issue Feb 20, 2023 · 4 comments
Open

Error installing on Ubuntu 20.04 #28

sargatxet opened this issue Feb 20, 2023 · 4 comments

Comments

@sargatxet
Copy link

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?

@CM-CA
Copy link

CM-CA commented Feb 20, 2023

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?

Change | sh for | bash.

@sargatxet
Copy link
Author

Same output using bash

@CM-CA
Copy link

CM-CA commented Feb 20, 2023

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:
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.

@sargatxet
Copy link
Author

sargatxet commented Feb 20, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants