Cyfrin / aderyn

Aderyn 🦜 Rust-based Solidity AST analyzer.
https://docs.cyfrin.io/
GNU General Public License v2.0
373 stars 52 forks source link

Cannot install aderyn #713

Open rafael-abuawad opened 1 week ago

rafael-abuawad commented 1 week ago

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:

  1. Install aderyn using the following command:
    curl -L https://raw.githubusercontent.com/Cyfrin/aderyn/dev/cyfrinup/install | bash
  2. Comlete the installation
  3. Run aderyn .
  4. See error

Expected behavior To aderyn to run as it did before. I triend installing all those GLIBC versions, nothing works.

Output

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)

Desktop (please complete the following information):

Additional context It worked perfectly when the installation was via cargo.

TilakMaddy commented 1 week ago

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 🫡