lumehq / lume

Lume is a nostr client for macOS and Windows 11.
https://lume.nu
GNU General Public License v3.0
248 stars 24 forks source link

ubuntu deb failed to install #44

Closed reyamir closed 1 month ago

reyamir commented 1 year ago

Installed .deb on ubuntu 22. it is giving: lume: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

G-R-A-F-F commented 1 year ago

Same here.

som-cs commented 1 year ago

This fixes it (a problem with packaging in 22.04):

$ wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb

$ sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb

reyamir commented 1 year ago

wow, thank you I'll try embed it to package

reyamir commented 1 year ago

v1.2.2 is fixed this issue, https://github.com/luminous-devs/lume/releases/tag/v1.2.2