Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pev: error while loading shared libraries: libpe.so.1: cannot open shared object file: No such file or directory #4073

Closed
2 tasks done
astro-angelfish opened this issue Jan 30, 2024 · 2 comments
Labels
type::bug Valid bug

Comments

@astro-angelfish
Copy link
Contributor

  • 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

Steps to reproduce

  • Do an aborted sudo pacman -Syu
  • Reinstall everything via pacman -Qqn | sudo pacman -S - --overwrite='*'
  • Try command like 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

@astro-angelfish astro-angelfish added the type::bug Valid bug label Jan 30, 2024
@D3vil0p3r
Copy link
Contributor

@astro-angelfish I checked. It works again. Can you do a double check so we can close this issue?

@astro-angelfish
Copy link
Contributor Author

Seems OK on my laptop. Closing this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug Valid bug
Projects
None yet
Development

No branches or pull requests

2 participants