You are not logged in.
Plezy as of today does not start because it does not find libbluray.so.3:
```
❯ plezy
plezy: error while loading shared libraries: libbluray.so.3: cannot open shared object file: No such file or directory
```
Last edited by npreining (Today 08:32:16)
Offline
Ok, recompile does not help. Bumping flutter version does not help. No idea, I guess that flutter links to libbluray.so.3
I fixed it by linking libbluray.so.3 -> libbluray.so.4 in /usr/lib
Offline
Case closed, mpv-full needs to be recompiled, that is the problem.
Offline
Please mark as [SOLVED] by editing the title in your first post and in general note that you're responsible for packages from the AUR so that they get rebuilt on dependency updates.
You might want to install pax-utils for the lddtree command which will show you a dependency tree of linked libs when ran on a binary which might have helped you close in on this sooner.
Offline