When using the prebuilt binary for Arch Linux, it crashes due to missing libyaml-cpp.so.0.8. The latest version of libyaml on Arch is 0.9, so this would require a downgrade. A temporary workaround I've found is to symlink libyaml-cpp.so.0.8 to libyaml-cpp.so.0.9, which seems to work without issue.
This seems to be caused by an update to libyaml-cpp since the release. If possible, it would be nice to have the prebuilt binaries use whatever version is available on the system, instead of specifying a particular number.
When using the prebuilt binary for Arch Linux, it crashes due to missing
libyaml-cpp.so.0.8. The latest version of libyaml on Arch is 0.9, so this would require a downgrade. A temporary workaround I've found is to symlinklibyaml-cpp.so.0.8tolibyaml-cpp.so.0.9, which seems to work without issue.This seems to be caused by an update to
libyaml-cppsince the release. If possible, it would be nice to have the prebuilt binaries use whatever version is available on the system, instead of specifying a particular number.