





















hey, for some reason not telegram nor ayugram wanna send me a code? tried sms too, yet it still doesn't send a code. idk if it's like a problem after I had to reinstall arch, since I could perfectly login in ayugram, or a problem with the servers. anyone's also having something similar?
For anyone hitting the rolling-release protobuf 35 mismatch error mentioned by sinela:
Until the package is updated/rebuilt against the new protobuf libs upstream, you can temporarily bypass the missing library crash by mapping symlinks from your live v35 files to the v34 names the binary is currently looking for.
Run these two commands in your terminal:
sudo ln -s /usr/lib/libprotobuf-lite.so.35.0.0 /usr/lib/libprotobuf-lite.so.34.1.0
sudo ln -s /usr/lib/libprotobuf.so.35.0.0 /usr/lib/libprotobuf.so.34.1.0
Once the package receives a fresh maintainer bump, you can cleanly remove these temporary workarounds by running:
sudo rm /usr/lib/libprotobuf-lite.so.34.1.0 /usr/lib/libprotobuf.so.34.1.0
AyuGram: error while loading shared libraries: libprotobuf-lite.so.34.1.0: cannot open shared object file: No such file or directory
update is needed
Works perfectly tysm for the update. arch linux
ох блин так долго потратить ну часик на компиляцию на арч скомпилируйте новую версию((
RSG245, could you add aarch64 support to the PKGBUILD in the "arch=(x86_64)" field? Exactly arch=('x86_64' 'aarch64')
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。