Open abbasnaqdi opened 2 years ago
Manually build, install openssl, and add the lib path to ld.so.conf
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
可以参考#114
Ubuntu2204把openssl升到3.0但tauri还在用1.1(upstream issue),这个得等tauri修复了
可以参考#114
Ubuntu2204把openssl升到3.0但tauri还在用1.1(upstream issue),这个得等tauri修复了
tauri Fixed. But don't know whether this issue is solved.
try the latest version v1.2.0
v1.2.0 the issue is still exist . 1.2.0并没有解决这个问题,test in ubuntu 22.04
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.
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.