GoogleCloudPlatform / GoogleCloudPlatform/deploystack-three-tier-app
'GLIBC_2.32' not found (required by dsexec)
- Dominant language
- Go
- Stars
- 39
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Running the "Open in Google Cloud Shell" button for the [Three Tier App in Cloud Shell](https://cloud.google.com/shell/docs/cloud-shell-tutorials/deploystack/three-tier-app) produces the following error:
```
Welcome to Cloud Shell! Type "help" to get started.
To set your Cloud Platform project in this session use “gcloud config set project [PROJECT_ID]”
cloudshell_open --repo_url "https://github.com/googlecloudplatform/deploystack-three-tier-app" --page "shell" --force_new_clone
@cloudshell:~$ cloudshell_open --repo_url "https://github.com/googlecloudplatform/deploystack-three-tier-app" --page "shell" --force_new_clone
2023/12/21 13:17:44 Cloning https://github.com/googlecloudplatform/deploystack-three-tier-app into /home//cloudshell_open/deploystack-three-tier-app
Cloning into '/home//cloudshell_open/deploystack-three-tier-app'...
remote: Enumerating objects: 579, done.
remote: Counting objects: 100% (125/125), done.
remote: Compressing objects: 100% (62/62), done.
remote: Total 579 (delta 78), reused 102 (delta 61), pack-reused 454
Receiving objects: 100% (579/579), 153.40 KiB | 4.65 MiB/s, done.
Resolving deltas: 100% (316/316), done.
dsexec: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by dsexec)
dsexec: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by dsexec)
dsexec: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by dsexec)
dsexec: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by dsexec)
Deploystack - Error
An error occurred collecting the necessary information to run your Deploystack
application. Please try again.
If the problem persists, please file an issue with the Github repo:
https://github.com/googlecloudplatform/deploystack-three-tier-app/issues
```
Contributor guide
Assessment
This issue has not been assessed yet.