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

Version 1.0.24 64-bit can't be installed on Ubuntu 20.04 #142

Closed
tremblaysimon opened this issue Nov 27, 2023 · 2 comments
Closed

Version 1.0.24 64-bit can't be installed on Ubuntu 20.04 #142

tremblaysimon opened this issue Nov 27, 2023 · 2 comments
Labels

Comments

@tremblaysimon
Copy link

Describe the bug

When trying to install spring-cloud-services cf CLI plugin on Ubuntu 20.04, it doesn't work. There is those errors:

Do you want to install the plugin spring-cloud-services-cli-plugin-linux-amd64-1.0.24? [yN]: y
/root/.cf/plugins/temp2815780770/3122232832: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /root/.cf/plugins/temp2815780770/3122232832)
/root/.cf/plugins/temp2815780770/3122232832: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /root/.cf/plugins/temp2815780770/3122232832)
exit status 1
File is not a valid cf CLI plugin binary.
FAILED
root@54ef4f74d7bf:/#

so the plugin can't be installed.

Reproduction steps

Assuming you are running on Ubuntu 20.04:

  1. Run cf install-plugin spring-cloud-services
  2. Observe the errors mentionned here.

Expected behavior

The 64-bit 1.0.24 version of the plugin can be installed without any error.

Additional context

Workaround is to use the 32-bit version.
Tried with cf CLI v7 and v8

@tremblaysimon
Copy link
Author

It seems to be related to golang/go#58550 and golang/go#57328

@kvmw
Copy link
Contributor

kvmw commented Mar 13, 2024

fixed in v1.0.25

@kvmw kvmw closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants