We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I receive an error indicating what seems to be a missing dependency when reinstalling Aderyn and attempting to print the version.
aderyn: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by aderyn)
To Reproduce Steps to reproduce the behaviour: Steps:
aderyn --version
Expected behaviour Should output version 0.1.2.
Screenshots
Desktop (please complete the following information):
Additional context Using WSL2
The text was updated successfully, but these errors were encountered:
Do you get this even after running sudo apt-get update -y && sudo apt-get upgrade -y ?
sudo apt-get update -y && sudo apt-get upgrade -y
Sorry, something went wrong.
https://stackoverflow.com/questions/71940179/error-lib-x86-64-linux-gnu-libc-so-6-version-glibc-2-34-not-found ?
@Equious Can you please try again ?
No branches or pull requests
Describe the bug
I receive an error indicating what seems to be a missing dependency when reinstalling Aderyn and attempting to print the version.
aderyn: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by aderyn)
To Reproduce
Steps to reproduce the behaviour:
Steps:
aderyn --version
Expected behaviour
Should output version 0.1.2.
Screenshots
Desktop (please complete the following information):
Additional context
Using WSL2
The text was updated successfully, but these errors were encountered: