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

installation fails on v0.4.1 in wsl (ubuntu 20.04) with "`GLIBC_2.32' not found (required by slight)" #377

Open
squillace opened this issue Apr 12, 2023 · 1 comment
Labels
🐛 bug Something isn't working 🚧 maintainer issue An issue that is being tackled by maintainers

Comments

@squillace
Copy link
Contributor

Description of the bug
╭── ~
╰────▶ slight
slight: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by slight) slight: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by slight)
slight: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by slight)

To Reproduce
the "unix" installation instructions. "unix?"

╭── ~
╰────▶ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/deislabs/spiderlightning/main/install.sh)"

LATEST RELEASE: v0.4.1...
DONLOADING FROM: https://github.com/deislabs/spiderlightning/releases/download/v0.4.1/slight-linux-x86_64.tar.gz...
DOWNLOADED BINARY TAR.
EXTRACTED BINARY TAR.
INSTALLED BINARY.
CLEANED UP.

Additional context
╭── ~
╰────▶ uname -a
Linux 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Li

@Mossaka
Copy link
Member

Mossaka commented Apr 12, 2023

I believe this is caused by us building the slight binary on the update-to-date Linux so it requires GLIBC_2.32. I am not sure what's the best practices here, but here are a few suggestions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🚧 maintainer issue An issue that is being tackled by maintainers
Projects
None yet
Development

No branches or pull requests

2 participants