You are not logged in.
Since an upgrade yesterday, `perf` (from `extra/perf`) does not start anymore.
The error is:
```
perf: error while loading shared libraries: libsframe.so.0: cannot open shared object file: No such file or directory
```
Indeed it seems that I don't have a `libsframe.so.0` (anymore?), only `libsframe.so.1` coming from `core/binutils`.
I guess the `extra/perf` package needs updating?
EDIT:
for now it looks like I can work around this by creating a symlink with the appropriate name in any directory and setting LD_LIBRARY_PATH to look in that directory, but I don't know how safe that is (there might be ABI incompatibiliies between libsframe.so.0 and libsframe.so.1
Last edited by bluehood (2023-08-02 16:49:08)
Offline
Offline
Thank you very much, didn't see that!
Offline