ubuntu 同花顺avalonia版程序打不开
安装同花顺linux版app,发现打不开;统信uos没有这个问题;
vboxuser@ubuntu:/opt/apps/cn.com.10jqka/entries/applications$ sudo ./cn.com.10jqka.desktop
./cn.com.10jqka.desktop: 1: [Desktop: not found
./cn.com.10jqka.desktop: 3: tool: not found
: not foundjqka.desktop: 4: Comment[zh_CN]=提供最全面的行情信息
: not foundjqka.desktop: 5: %U
: not foundjqka.desktop: 8: Name[zh_CN]=同花顺Linux
: not foundjqka.desktop: 11: X-Deepin-Vendor=user-custom
这是 通常是缺少关键运行库 No usable version of libssl was found。这表示同花顺依赖于旧版的 libssl1.0.0 库,而较新的 Ubuntu 22.04 和 24.04 已不再预装。
解决办法:
对于Ubuntu 22.04及以上版本
sudo wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb
然后就可以完美运行了.

浙公网安备 33010602011771号