Cyfrin / aderyn

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

Error when reinstalling and using cyfrinup #523

Open Equious opened 3 months ago

Equious commented 3 months ago

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:

  1. If you previously installed aderyn using cargo, uninstall it: cargo uninstall aderyn
  2. Download the installer: curl -L https://raw.githubusercontent.com/Cyfrin/aderyn/master/cyfrinup/install | bash
  3. Restart your terminal (or use the source ... prompt from step 2)
  4. Run cyfrinup
  5. Run aderyn --version
  6. Error

Expected behaviour Should output version 0.1.2.

Screenshots image

Desktop (please complete the following information):

Additional context Using WSL2

TilakMaddy commented 3 months ago

Do you get this even after running sudo apt-get update -y && sudo apt-get upgrade -y ?

TilakMaddy commented 3 months ago

https://stackoverflow.com/questions/71940179/error-lib-x86-64-linux-gnu-libc-so-6-version-glibc-2-34-not-found ?