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

GLIBC error when running skupper install command on cloudshell #1286

Closed
sakmathur opened this issue Nov 21, 2023 · 4 comments
Closed

GLIBC error when running skupper install command on cloudshell #1286

sakmathur opened this issue Nov 21, 2023 · 4 comments

Comments

@sakmathur
Copy link

With the new updated skupper version, the install command looks for GLIBC_2.32 and GLIBC_2.34 which isn't on the cloud shell running version GLIBC_2.17. As a result, we can't use cloudshell for skupper installation both in IBM and AWS cloudshell.

curl https://skupper.io/install.sh | sh
ERROR:
skupper: /lib64/libc.so.6: version GLIBC_2.32' not found (required by skupper) skupper: /lib64/libc.so.6: version GLIBC_2.34' not found (required by skupper)

@nluaces
Copy link
Member

nluaces commented Nov 21, 2023

Hi @sakmathur, this is happening because 1.5.0 Skupper is built on golang 1.20 [1].

For now, the workaround is to use 1.4.4 Skupper version.

[1]golang/go#58550

@sakmathur
Copy link
Author

sakmathur commented Nov 21, 2023

I was suspecting the version difference, thanks for confirming @nluaces . Is there a similar script to install 1.4.4 version, like we use for default install?
curl https://skupper.io/install.sh | sh

@nluaces
Copy link
Member

nluaces commented Nov 21, 2023

@sakmathur unfortunately not for now, you can download the 1.4.4 version here: https://github.com/skupperproject/skupper/releases/tag/1.4.4

@sakmathur
Copy link
Author

That was quick, thanks @nluaces

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