Closed sirno closed 2 years ago
The error was thrown by libmpv-rs based on the specified library version. Upgrading the bindings for libmpv 2.0 resolved the issue. #28
I am getting this error while linking target/debug/mpv-rs: error while loading shared libraries: libmpv.so.2: cannot open shared object file: No such file or directory
@maulik9898 this is likely an unrelated issue. your error message indicates that the shared library cannot be found where it is looking for it.
Yes, I was able to solve this by adding PATH to LD_LIBRARY_PATH.
Hi unfortunately libmpv stops working after upgrading mpv to version
0.35.0
on mac os using brewError: VersionMismatch { linked: 65644, loaded: 131072 }
My guess would be that this is related to the pregenerated bindings, but who knows...