We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using Ubuntu 22.04 LTS with homebrew installed.
I installed cfn-teleport with brew install udondan/software/cfn-teleport and it installs correctly.
brew install udondan/software/cfn-teleport
Running it it gives
$ cfn-teleport cfn-teleport: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by cfn-teleport)
which makes sense, as the current stable version of glibc in Homebrew is 2.35 (they also support 2.13)
Compiling it against 2.35 should fix this issue for Homebrew
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using Ubuntu 22.04 LTS with homebrew installed.
I installed cfn-teleport with
brew install udondan/software/cfn-teleport
and it installs correctly.Running it it gives
which makes sense, as the current stable version of glibc in Homebrew is 2.35 (they also support 2.13)
Compiling it against 2.35 should fix this issue for Homebrew
The text was updated successfully, but these errors were encountered: