Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue after updated metaboss and running it on Arch Linux, v0.41.1 #342

Open
ASoldo opened this issue Apr 2, 2024 · 1 comment
Open

Comments

@ASoldo
Copy link

ASoldo commented 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.

@ASoldo 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
@samuelvanderwaal
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants