


























After a system update (sudo pacman -Syu), ricochet-refresh 3.0.43-1 no longer starts on my EndeavourOS system.
The error is: error while loading shared libraries: libabsl_log_internal_check_op.so.2601.0.0: cannot open shared object file: No such file or directory
I already tried removing and reinstalling the package with yay -S ricochet-refresh, but that did not fix the issue. It looks like the package may need to be rebuilt against the current abseil-cpp version, or its dependencies may need to be updated.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@kdeler That's expected when some dynamically linked library gets an update. Seems like your AUR helper (yay) is re-installing a cached version of the package. Make sure you clean your cache and actually rebuild the package.
I got the same problem, rebuilding the package fixed it.