aws / aws/amazon-q-developer-cli
report "libc.so.6: Permission denied" when over ssh
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
ubuntu 22.04
```bash
curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.codewhisperer.us-east-1.amazonaws.com/latest/q-x86_64-linux.zip" -o "q.zip"
tu@tu-VirtualBox:/tmp$ ./q/install.sh
```
./q/install.sh: 72: /usr/lib/x86_64-linux-gnu/libc.so.6: Permission denied
[ERROR] Could not determine glibc version.
[ERROR] This release built for a GNU system with glibc 2.34 or newer, try installing the musl version of the CLI.
my glibc is 2.35 ,why report this problem?
tu@tu-VirtualBox:/tmp$ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3.1) 2.35
Contributor guide
Assessment
This issue has not been assessed yet.