kimlimjustin / xplorer

Xplorer, a customizable, modern file manager
https://xplorer.space/
Apache License 2.0
4.04k stars 290 forks source link

Cannot open xplorer on Ubuntu 22.04 LTS #264

Open george-martinec opened 1 year ago

george-martinec commented 1 year ago

Description

Error: xplorer: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Steps To Reproduce

  1. sudo dpkg -i xplorer_0.3.1_amd64.deb
  2. sudo xplorer

Expected behavior

Open xplorer

Xplorer Version

v0.3.1

Operating System Version

Ubuntu 22.04 LTS

Additional Information

No response

george-martinec commented 1 year ago

Fixed by this article: https://fedingo.com/how-to-install-openssl-in-ubuntu/

devoidfury commented 1 year ago

Well, installing an old version of openssl (1.1.1) instead of the modern versions shipping (>3) isn't really a "fix". Instead, it'd be better to update the dependencies.

matbgn commented 1 year ago

Let me double this it's really NOT a fix it's a security issue moreover. Any plan to update dependencies?

kimlimjustin commented 1 year ago

Let me double this it's really NOT a fix it's a security issue moreover. Any plan to update dependencies?

I'm really sorry I got no linux to test it currently, but is there any idea to what version should I dump?

matbgn commented 1 year ago

As previously said, more than 3. ATTW 3.0.8 http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/?C=M;O=D

matbgn commented 1 year ago

Let me double this it's really NOT a fix it's a security issue moreover. Any plan to update dependencies?

I'm really sorry I got no linux to test it currently, but is there any idea to what version should I dump?

Sidenote: As it costs nothing, maybe it could be useful for you @kimlimjustin as a dev in the future https://ubuntu.com/tutorials/how-to-run-ubuntu-desktop-on-a-virtual-machine-using-virtualbox#1-overview

kimlimjustin commented 1 year ago

Sidenote: As it costs nothing, maybe it could be useful for you @kimlimjustin as a dev in the future https://ubuntu.com/tutorials/how-to-run-ubuntu-desktop-on-a-virtual-machine-using-virtualbox#1-overview

Yeah, but there is something wrong with my virtualbox, don't have time to fix it yet. Btw, if you don't mind, a PR would be great! (cuz I'm not free to code rn)

matbgn commented 1 year ago

I'm a newbie with Tauri so right now not really helpful but this will change in the coming months hopefully.

kimlimjustin commented 1 year ago

Okay then, I'll fix this together with the refactoring of the whole project in June (hopefully)

IvanIsak2000 commented 1 year ago

Fixed by this article: https://fedingo.com/how-to-install-openssl-in-ubuntu/

Thx! This fixed my problem with Ubuntu 22