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
Hi, after updating metaboss to latest version using script and then running metaboss i get error like this. I've used metaboss before this update and it worked as intended.
❯ bash <(curl -sSf https://raw.githubusercontent.com/samuelvanderwaal/metaboss/main/scripts/install.sh)
Metaboss CLI binary installation script
---------------------------------------
Do you want the latest release(y/n): y
1. 🖥 Downloading distribution
Remote URL: https://github.com/samuelvanderwaal/metaboss/releases/latest/download/metaboss-ubuntu-latest
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 14.7M 100 14.7M 0 0 87847 0 0:02:56 0:02:56 --:--:-- 88656
2. 📤 Moving binary into place
'metaboss' binary will be moved to '/home/rootster/.cargo/bin'.
✅ Installation successful: type'metaboss' to start using it.
❯ metaboss
metaboss: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
but If I use cargo install metaboss it works. Not sure what went wrong with script install.
The text was updated successfully, but these errors were encountered:
ASoldo
changed the title
Issue after updatin and running metaboss on Arch Linux, v0.41.1
Issue after updated metaboss and running it on Arch Linux, v0.41.1
Apr 2, 2024
Hi, after updating metaboss to latest version using script and then running metaboss i get error like this. I've used metaboss before this update and it worked as intended.
❯ bash <(curl -sSf https://raw.githubusercontent.com/samuelvanderwaal/metaboss/main/scripts/install.sh)
Metaboss CLI binary installation script
---------------------------------------
Do you want the latest release(y/n): y
1. 🖥 Downloading distribution
Remote URL: https://github.com/samuelvanderwaal/metaboss/releases/latest/download/metaboss-ubuntu-latest
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 14.7M 100 14.7M 0 0 87847 0 0:02:56 0:02:56 --:--:-- 88656
2. 📤 Moving binary into place
'metaboss' binary will be moved to '/home/rootster/.cargo/bin'.
✅ Installation successful: type'metaboss' to start using it.
❯ metaboss
metaboss: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
but If I use cargo install metaboss it works. Not sure what went wrong with script install.
The CI runners that built the binary that the install script downloads have a different version of SSL apparently, than what you have on your machine. This is why building it from source works--it's getting linked to your system's version of SSL.
Hi, after updating
metaboss
to latest version using script and then runningmetaboss
i get error like this. I've usedmetaboss
before this update and it worked as intended.but If I use
cargo install metaboss
it works. Not sure what went wrong with script install.The text was updated successfully, but these errors were encountered: