Open LckHot opened 2 weeks ago
同样有此问题(4.0.0.21)。环境是Asahi Linux(基于Fedora 40)。目前只能退回到之前1.0.0.241版本使用
$ flatpak run com.tencent.WeChat /app/wechat/wechat: error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such file or directory
for anyone met this problem, you can try to link newer version of libtiff to work around. In my ubuntu 24.04 arm version, install libtiff-dev first, and then:
cd /usr/lib/aarch64-linux-gnu
ln -s libtiff.so.6 libtiff.so.5
/app/wechat/wechat: error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such file or directory