fuzzland / ityfuzz

Blazing Fast Bytecode-Level Hybrid Fuzzer for Smart Contracts
https://docs.ityfuzz.rs
MIT License
734 stars 116 forks source link

libssl.so.1.1: cannot open shared object file what should i do #493

Closed nakamot0 closed 1 month ago

nakamot0 commented 1 month ago

ityfuzz: downloading latest ityfuzz binaries ##################################################################################################################################################################################### 100.0% /root/.ityfuzz/bin/ityfuzz: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory ityfuzz: command failed: /root/.ityfuzz/bin/ityfuzz --version ityfuzz: installed - ityfuzz: done! /root/.ityfuzz/bin/ityfuzz: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory ityfuzz: warning: failed to run ityfuzz ityfuzz: please consider installing 'libssl-dev' or other missing dependencies

shouc commented 1 month ago

If you are on Ubuntu, run apt install libssl-dev

nakamot0 commented 1 month ago

If you are on Ubuntu, run apt install libssl-dev i am on wsl , Ubuntu, i tried ,but root@isaac:/mnt/c/Users/isaac# apt install libssl-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done libssl-dev is already the newest version (3.0.2-0ubuntu1.15). 0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded. and root@isaac:~# dpkg -l libssl Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-================-=================-============-================================================ ii libssl-dev:amd64 3.0.2-0ubuntu1.15 amd64 Secure Sockets Layer toolkit - development files un libssl-doc (no description available) un libssl1.0-dev (no description available) ii libssl3:amd64 3.0.2-0ubuntu1.15 amd64 Secure Sockets Layer toolkit - shared libraries

publicqi commented 1 month ago

https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory

Be careful there might be some risks as it suggests

nakamot0 commented 1 month ago

https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory

Be careful there might be some risks as it suggests

It worked, thank you very much!!!!!!!!