xplorer icon indicating copy to clipboard operation
xplorer copied to clipboard

Cannot open xplorer on Ubuntu 22.04 LTS

Open george-martinec opened this issue 3 years ago • 11 comments

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 avatar Sep 05 '22 22:09 george-martinec

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

george-martinec avatar Sep 05 '22 22:09 george-martinec

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.

devoidfury avatar Dec 05 '22 05:12 devoidfury

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

matbgn avatar May 18 '23 15:05 matbgn

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?

kimlimjustin avatar May 18 '23 15:05 kimlimjustin

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 avatar May 18 '23 15:05 matbgn

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

matbgn avatar May 18 '23 15:05 matbgn

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)

kimlimjustin avatar May 18 '23 15:05 kimlimjustin

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

matbgn avatar May 18 '23 15:05 matbgn

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

kimlimjustin avatar May 18 '23 15:05 kimlimjustin

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

Thx! This fixed my problem with Ubuntu 22

IvanIsak2000 avatar Jun 01 '23 16:06 IvanIsak2000