New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/issues/38046#issuecomment-1183500728 Comment: > If I change libjsoncpp.so to libjsoncpp.so.24 like that: > `sudo mv /usr/lib/libjsoncpp.so /usr/lib/libjsoncpp.so.24` Do not do that. `libjsoncpp.so` is only for use when compiling, `libjsoncpp.so.24` is for use when running the application. (`libjsoncpp.so` is a symbolic link to `libjsoncpp.so.24` so if you rename it it will never be able to be resolved) I cannot reproduce this issue. Try `# xbps-install -f jsoncpp jsoncpp-devel` You can use `# xbps-pkgdb -a` to verify the status of your other packages.