./local/phaver/src/phaver
, you’ll encounter an error: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
if you haven’t had libstdc++.so.5
installed/linked.
apt install
; however, in my case, I don’t have the permission to do in my environment.libstdc++5
error while loading shared libraries: libstdc++.so.5: wrong ELF class: ELFCLASS64
chmod +x PKGBUILD
makepkg
EXPORT LD_LIBRARY_PATH=$LD_LIBRARY_PATH/<your-path-to-libstdc++5-repo>/pkg/lib32-libstdc++5/usr/lib32/
local/phaver/src
and run ./phaver