You are not logged in.

#1 Yesterday 20:56:10

npreining
Member
Registered: 2023-03-06
Posts: 37
Website

[SOLVED] Plezy requires recompile due to libbluray 3 -> 4 ABI bump

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

#2 Yesterday 21:06:05

npreining
Member
Registered: 2023-03-06
Posts: 37
Website

Re: [SOLVED] Plezy requires recompile due to libbluray 3 -> 4 ABI bump

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

#3 Yesterday 21:09:03

npreining
Member
Registered: 2023-03-06
Posts: 37
Website

Re: [SOLVED] Plezy requires recompile due to libbluray 3 -> 4 ABI bump

Case closed, mpv-full needs to be recompiled, that is the problem.

Offline

#4 Today 08:02:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,346

Re: [SOLVED] Plezy requires recompile due to libbluray 3 -> 4 ABI bump

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

Board footer

Powered by FluxBB