-
Notifications
You must be signed in to change notification settings - Fork 64
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
Cannot install aderyn #713
Comments
Thanks for reporting man ! This has been a known issue for a while but didn't know how many users it was affected. We will take this seriously now 🫡 |
Did come across a similar issue when using InvestigationThe issue is here $ ldd --version
🔴ldd (Ubuntu GLIBC 2.35-0ubuntu3.8) 2.35
.
.
But what ❌ aderyn: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by aderyn)
❌ aderyn: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by aderyn)
❌ aderyn: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by aderyn) Fixes
❯ ldd --version
🟢ldd (Ubuntu GLIBC 2.35-0ubuntu3.8) 2.35
.
.
.
❯ aderyn/target/debug/./aderyn --version
aderyn 0.3.0
|
Do you know of any way to statically link the required GLIBC libraries into aderyn so that it doesn't depend on the users' environment ? I was thinking of cargo zigbuild |
Describe the bug
I cannot install Aderyn using the new installation method. Im on a dev container inside WSL.
To Reproduce
Steps to reproduce the behavior:
aderyn .
Expected behavior
To aderyn to run as it did before. I triend installing all those GLIBC versions, nothing works.
Output
Desktop (please complete the following information):
Additional context
It worked perfectly when the installation was via cargo.
The text was updated successfully, but these errors were encountered: