alex-courtis / way-displays

way-displays: Auto Manage Your Wayland Displays
MIT License
253 stars 13 forks source link

[SOLVED] Fails to start: error while loading shared libraries: libyaml-cpp.so.0.6 #7

Closed deepakvinod closed 2 years ago

deepakvinod commented 2 years ago

way-displays fails to start with the following error:

way-displays: error while loading shared libraries: libyaml-cpp.so.0.6: cannot open shared object file: No such file or directory

I'm using way-displays 1.0.2-1 from AUR and sway 1.6.1-2

nikoksr commented 2 years ago

@deepakvinod I was able to fix this problem by rebuilding the way-displays package. The package yaml-cpp was updated and is now on version 0.7, so there is a version mismatch when searching for the shared objects.

With paru for example: paru -S --rebuild way-displays

alex-courtis commented 2 years ago

@nikoksr : thank you for the quick solution.

Rebuild / reinstall is our only option here. That's the nature of a rolling release distro like Arch :)

Updating the title so that others might more easily find.

deepakvinod commented 2 years ago

Thank you! Works perfectly now.