zhaopengme / gitnote

A modern note taking app based on GIT that does not require a local GIT environment.
https://gitnoteapp.com
1.69k stars 109 forks source link

Ubuntu 20.04 LTS 无法运行,提示 libcrypto.so.1.0.0 找不到 #359

Open seven-steven opened 4 years ago

seven-steven commented 4 years ago

Describe the bug can't run on Ubuntu 20.04 LTS

To Reproduce Steps to reproduce the behavior:

  1. Download the Appimage file;
  2. chmod +x ./gitnote.appimage
  3. ./gitnote.appimage
  4. see error.

Expected behavior Open Gitnote as normal.

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

Additional context Tried to install libssl.so.1.0.0 on Ubuntu 20.04, but failed.

seven-steven commented 4 years ago

find #293, but can't solve this. tried to install libssl.so.1.0.0 by deb file, but not supported.

wangxiaoer1993 commented 4 years ago

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

LamboYu commented 4 years ago

Same problem on ubuntu 20.04 due to missing of libsso.so.1.0.0

db-go commented 4 years ago

我用这个解决了 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