replugged-org / replugged

A lightweight Discord client mod focused on simplicity and performance.
https://replugged.dev/
MIT License
644 stars 64 forks source link

Package libssl.so.1.1 could not be found #592

Closed akama-aka closed 10 months ago

akama-aka commented 10 months ago

Describe the bug

Hello, at first I tried to install / update my current replugged installation but I went everytime to this error:

> replugged@4.7.7 postinstall /home/slush/replugged
> tsx scripts/build-bin.mts

node:internal/process/esm_loader:40
      internalBinding('errors').triggerUncaughtException(
                                ^
Error: tsx must be loaded with --import instead of --loader
The --loader flag was deprecated in Node v20.6.0
    at X (file:///home/slush/replugged/node_modules/.pnpm/tsx@3.14.0/node_modules/tsx/dist/esm/index.mjs:1:1920)
    at Hooks.addCustomLoader (node:internal/modules/esm/hooks:202:24)
    at Hooks.register (node:internal/modules/esm/hooks:168:16)
    at async initializeHooks (node:internal/modules/esm/utils:167:5)
    at async customizedModuleWorker (node:internal/modules/esm/worker:104:24)

Node.js v18.19.0

after trying to update nodejs which worked and trying to update pnpm I went every time also to the same error so I tried to install the deb Package of replugged. After I tried to install the deb package with sudo dpkg -i replugged.... I went into this issue:

┌─[slush@debian] - [~/Downloads] - [Di Dez 12, 00:29]
└─[$] <git:(master*)> sudo dpkg -i replugged-installer-linux.deb 
(Lese Datenbank ... 414695 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von replugged-installer-linux.deb ...
Entpacken von replugged-installer (1.0.0) über (1.0.0) ...
replugged-installer (1.0.0) wird eingerichtet ...
Trigger für gnome-menus (3.36.0-1.1) werden verarbeitet ...
Trigger für desktop-file-utils (0.26-1) werden verarbeitet ...
Trigger für mailcap (3.70+nmu1) werden verarbeitet ...
Trigger für hicolor-icon-theme (0.17-2) werden verarbeitet ...
┌─[slush@debian] - [~/Downloads] - [Di Dez 12, 00:29]
└─[$] <git:(master*)> replugged-installer 
replugged-installer: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

after that I tried to install libssl.so.1.1 myself and tried just libssl, libssl.so and libssl.so.1.1 and all of them failed with the same issue "The package libssl.... couldnt be found"

Reproduction steps

  1. Downloading replugged deb with wget https://github.com/replugged-org/tauri-installer/releases/latest/download/replugged-installer-linux.deb 2.Try to install it sudo dpkg -i replugged-installer-linux.deb 3.Run the replugged-installer "sudo replugged-installer"
  2. The error occurs

Expected behavior

It should automatically install all important replugged stuff.

Actual behavior

I get the error that the package libssl.so.1.1 is missing and after trying to install it myself it still fails.

Additional information

OS: Debian 12 Bookworm Desktop Env: KDE Plasma Discord Env: Stable All Updates made: Yes Looked into the docs: Yes Tried to find the issue in the issues by searching the issue: Yes

Please confirm the following

asportnoy commented 10 months ago

Please create a support ticket in our Discord server first, we will re-open if it turns out to be an issue with Replugged.