Error #2052
Replies: 5 comments 9 replies
-
I am unsure what is wrong, but maybe uninstall Foundry then re-install it using this |
Beta Was this translation helpful? Give feedback.
-
forge --version keeps returning this forge --version |
Beta Was this translation helpful? Give feedback.
-
I had the same issue, managed to fix the "GLIBC_2.32' not found" by updating ubuntu. I hadn't updated it on WSL in 2 years... Here are the steps: First update WSL:
Then check for updates for good measure:
Then upgrade ubuntu to the latest version:
Once its done close all terminal instances of wsl. After that I re-installed foundry-zksync and followed the usual install steps and everything worked fine. |
Beta Was this translation helpful? Give feedback.
-
I had the same problem, and updating from Ubuntu 20.04 LTS to 22.04 fixed it for me as well {
"name": "Ubuntu 22.04",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": "true",
"username": "vscode",
"upgradePackages": "true"
}
},
"remoteUser": "vscode"
} |
Beta Was this translation helpful? Give feedback.
-
Interesting. |
Beta Was this translation helpful? Give feedback.
-
I'm getting an installation verification error on my foundry-zksync installation. Please what am i not doing right?
![forge error](https://private-user-images.githubusercontent.com/174838107/349955483-f21afb0e-da25-439e-9dd3-5b8de370209c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODE1NTQsIm5iZiI6MTczODg4MTI1NCwicGF0aCI6Ii8xNzQ4MzgxMDcvMzQ5OTU1NDgzLWYyMWFmYjBlLWRhMjUtNDM5ZS05ZGQzLTViOGRlMzcwMjA5Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQyMjM0MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xZTA4YzIwMDdiM2RkNmI2YThmYzUzZTk0NGM0YzM3NjIzZGZiMmE0NDVkOGZiYzUwYmJkZDc2ZDYzNDkxMmZmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.PLIkwWw9xAq1vej_JIA0-LMDdY9TZfuDpNwq-2RBqb0)
Beta Was this translation helpful? Give feedback.
All reactions