Can't open MIXO on Linux
Answered
Trying to run latest MIXO AppImage (v1.64.0) on AVLinux (MX Libretto 23.3, Debian 12 bookwork x64) with Xfce 4.18.1.
When I try to execute the AppImage itself nothing happens. (Though number of related processes start running if I check via `ps ax | grep mixo`.) When I try to launch from command line I get following errors:
$ ./MIXO-1.64.0.AppImage <br>A JavaScript error occurred in the main process<br>Uncaught Exception:<br>Error: libcrypto.so.1.1: cannot open shared object file: No such file or directory
How can I address this? Any ideas? Thanks!
Hi there, please see this thread and solution from some time ago with the exact same issue:
https://support.mixo.dj/t/4824-running-1-22-0-appimage-on-mx-linux
Remko
MIXO team
Hi there, please see this thread and solution from some time ago with the exact same issue:
https://support.mixo.dj/t/4824-running-1-22-0-appimage-on-mx-linux
Remko
MIXO team
Hi, I had the same issue on fedora 40.
I fixed it by installing openssl1.1 using :
That I found in a comment in this reddit post :
https://www.reddit.com/r/Fedora/comments/1cmfh9b/libcryptoso11_library_is_missing_or_cannot_be/
This works, but maybe the appimage should be updated because I think openssl1.1 as reached End Of Life and will no longer get security updates...
Hi, I had the same issue on fedora 40.
I fixed it by installing openssl1.1 using :
That I found in a comment in this reddit post :
https://www.reddit.com/r/Fedora/comments/1cmfh9b/libcryptoso11_library_is_missing_or_cannot_be/
This works, but maybe the appimage should be updated because I think openssl1.1 as reached End Of Life and will no longer get security updates...
Replies have been locked on this page!