Open seven-steven opened 4 years ago
find #293, but can't solve this.
tried to install libssl.so.1.0.0 by deb
file, but not supported.
find #293, but can't solve this. tried to install libssl.so.1.0.0 by
deb
file, but not supported.
检查一下openssl的版本 安装一下openssl1.0.0和1.0.1版本,都安装,不要卸载,添加lib库到系统库里 然后我就好了,我也是ubantu20
Same problem on ubuntu 20.04 due to missing of libsso.so.1.0.0
我用这个解决了 wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb
Describe the bug can't run on Ubuntu 20.04 LTS
To Reproduce Steps to reproduce the behavior:
chmod +x ./gitnote.appimage
./gitnote.appimage
Expected behavior Open Gitnote as normal.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Tried to install libssl.so.1.0.0 on Ubuntu 20.04, but failed.