You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched open and closed issues for duplicates
I am submitting a bug report for existing functionality that does not work as intended
Bug description
While trying to use pev related command, an error occurred because of lack of libpe.so.1 file. Seems like a partial installation of pev or readpe there.
According to their README, adding or running following commands in PKGBUILD should fix, but is there any solution better instead of a post-installation hook?
echo "/usr/local/lib" | sudo tee /etc/ld.so.conf.d/libpe.conf
sudo ldconfig
Bug description
While trying to use
pev
related command, an error occurred because of lack oflibpe.so.1
file. Seems like a partial installation ofpev
orreadpe
there.According to their README, adding or running following commands in PKGBUILD should fix, but is there any solution better instead of a post-installation hook?
Steps to reproduce
sudo pacman -Syu
pacman -Qqn | sudo pacman -S - --overwrite='*'
peres
, the command fails.Actual result: peres: error while loading shared libraries: libpe.so.1: cannot open shared object file: No such file or directory
Expected result: peres should run normally, at least it should give me a help output.
Screenshots
N/A
Info for developers
Device: Hasee TX6-CU5DS with 16GB memory.
GNU/Linux distribution: Arch Linux
Tool version: pev 0.81-1
Debug log
peres: error while loading shared libraries: libpe.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: