nilsve / docker-aseprite-linux

Docker container for easily building Aseprite for linux
102 stars 28 forks source link

libcrypto.so.1.1: cannot open shared object file #7

Closed BareTuna closed 1 year ago

BareTuna commented 1 year ago

Full output:

$ ./aseprite
./aseprite: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

Running Arch Linux, this error happens because the default openssl package has been upgraded from v1.1 to v3.x in the repos

The way to fix it is to have the user install the openssl-1.1 package on the host system, i.e. sudo pacman -S openssl-1.1

It works after that. You could consider updating the README.md :)

nilsve commented 1 year ago

Feel free to create a PR :)