Closed issue by Swomp2 on void-packages repository https://github.com/void-linux/void-packages/issues/38046 Description: ### Is this a new report? Yes ### System Info Void 5.18.9_1 x86_64 AuthenticAMD notuptodate FFF ### Package(s) Affected polybar-3.6.3_1 jsoncpp-devel-1.9.4_2 jsoncpp-1.9.4_2 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour I think that the bar can replace i3status. ### Actual behaviour The bar gives this error message: `error while loading shared libraries: libjsoncpp.so.24: cannot open shared object file: No such file or directory` If I change libjsoncpp.so to libjsoncpp.so.24 like that: `sudo mv /usr/lib/libjsoncpp.so /usr/lib/libjsoncpp.so.24` and try to build or start polybar I've got this issue: `polybar: error while loading shared libraries: libjsoncpp.so.24: cannot open shared object file: Error 40` ### Steps to reproduce 1. Installation 2. Execution 3. Fail 4. Attempt to fix 5. Nothing