You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use install aftman on my ubuntu WSL system using the provided binary for linux. I unzip the linux file and attempt to run ./aftman self-install, and soon after I am unfortunately greeted with the error:
./aftman: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered:
The cause and solution to the issue is talked about here: #43
I had the same issue using ArchWSL and Ubuntu, I'd just recommend building from source as it's pretty easy in this case. You just have to install rust with rustup, run cargo install --git https://github.com/LPGhatguy/aftman.git and then run aftman self-install.
The cause and solution to the issue is talked about here: #43
I had the same issue using ArchWSL and Ubuntu, I'd just recommend building from source as it's pretty easy in this case. You just have to install rust with rustup, run cargo install --git https://github.com/LPGhatguy/aftman.git and then run aftman self-install.
I'll add that you also need to install libsll-dev for the build in case anyone does not know, using
I've been trying to use install aftman on my ubuntu WSL system using the provided binary for linux. I unzip the linux file and attempt to run
./aftman self-install
, and soon after I am unfortunately greeted with the error:./aftman: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: