So, what I did is :
git clone https://github.com/AppImage/AppImageKit
cd AppImageKit
env ARCH=x86_64 bash ci/build.sh
But when I try to execute
./validate myapp.AppImage
I got this error:
./tmp/AppImageKit/out/validate: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
I tried this, but nothing:
[libssl.so.10: cannot open shared object file: No such file or directory - Ask Ubuntu](https://symbolik link for libs)
My S.O :
└──> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
Any help?