surrealdb / surrealist

Surrealist is the ultimate way to visually manage your SurrealDB database
https://surrealist.app/
MIT License
1.04k stars 74 forks source link

Missing depend on debian testing (trixie) #226

Closed johansmitsnl closed 3 months ago

johansmitsnl commented 3 months ago

Describe the bug surrealist: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory.

Similar issue with #203

To Reproduce Steps to reproduce the behavior:

  1. Install the amd64 deb sudo dpkg -i surrealist_2.0.3_amd64.deb

Expected behavior Start the application and have a depend so that dpkg complains.

Environment:

Debian testing with no openssl 1.x available. Only libssl3.

tacheometry commented 3 months ago

For the AUR package I was able to add openssl-1.1 as a dependency, maybe there is a similar solution for Debian? Both packages use the .deb file. But I agree that it should be built for openssl 3.

johansmitsnl commented 3 months ago

@tacheometry it is absent. But version 3 is available in stable releases of Debian and Ubuntu. So that is best compatible on all versions of Linux.

johansmitsnl commented 3 months ago

Also the new release Ubuntu 24.04 does not have libssl1. https://packages.ubuntu.com/search?suite=all&section=all&arch=any&keywords=libssl1&searchon=all so more users that will migrate for the next few weeks will have the same issue.