perf: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory #207
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
perfutility/package from extra-x86-64-v3 doesn't work properly while Arch'sextra/perfdoes.This can be reproduced by simply running
perf- it should output the help message, but in this case errors out.extra-x86-64-v3/perlis used in both cases. The installation is up-to-date and completely on ALHP repos, but I use ArchWSL (on WSL2 so it's almost Linux in a VM).ldd output:
libperl.so => /usr/lib/perl5/5.38/core_perl/CORE/libperl.solibperl.so => not found, of coursestrace perfoutput:it searches in the perl 5.36 something directory, so this issue can be solved by just rebuilding it with the new perl version?
Probably caused by https://bugs.archlinux.org/task/79321 (
perfwas build againstperlfrom testing, and has not been added to the perl rebuild because of that).I'll queue it.
EDIT: Should be fixed with
perf 6.3-4.2.Thanks, tested the new build and it works for me. Closing as it's fixed.