zzzgydi / clash-verge

A Clash GUI based on tauri. Supports Windows, macOS and Linux.
21.44k stars 3.19k forks source link

Does not run on Ubuntu 22.04 and Pop OS 22.04 #80

Open abbasnaqdi opened 2 years ago

abbasnaqdi commented 2 years ago

Hi clash-verge does not run on Ubuntu 22.04 and Pop OS 22.04. Please fix this problem.

clash-verge: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Thanks.

MMitsuha commented 2 years ago

Manually build, install openssl, and add the lib path to ld.so.conf

MMitsuha commented 2 years ago

Manually build, install openssl, and add the lib path to ld.so.conf

1.build your openssl https://blog.csdn.net/qq_38316655/article/details/121874580

2.add lib path to ld.so.conf https://blog.csdn.net/hankerbit/article/details/83834349

egnchen commented 2 years ago

可以参考#114

Ubuntu2204把openssl升到3.0但tauri还在用1.1(upstream issue),这个得等tauri修复了

inRm3D commented 2 years ago

可以参考#114

Ubuntu2204把openssl升到3.0但tauri还在用1.1(upstream issue),这个得等tauri修复了

tauri Fixed. But don't know whether this issue is solved.

zzzgydi commented 2 years ago

try the latest version v1.2.0

evi1owl commented 1 year ago

v1.2.0 the issue is still exist . 1.2.0并没有解决这个问题,test in ubuntu 22.04

zzzgydi commented 1 year ago

try https://github.com/zzzgydi/clash-verge/releases/tag/alpha

IAMIBM commented 1 year ago

The way to solve this problem on Ubuntu 22.04.3 for clash-verge 1.3.6. Download libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb Then dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb Start clash-verge will be normal.