nilsve / docker-aseprite-linux

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

./aseprite: error while loading shared libraries: libdeflate.so.0: cannot open shared object file: No such file or directory #2

Closed bwkam closed 2 years ago

bwkam commented 2 years ago

hello so I recently compiled aseprite successfully, but when executing ./aseprite I get that error, ./aseprite: error while loading shared libraries: libdeflate.so.0: cannot open shared object file: No such file or directory, I really need help please, thanks!

nilsve commented 2 years ago

Can you try installing libdeflate-dev, and libdeflate0 on your system? So on ubuntu (or any debian based os)

sudo apt install -y libdeflate0 libdeflate-dev

bwkam commented 2 years ago

thanks it worked now!