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

Error while loading shared libraries #231

Open
thecrane opened this issue Jul 7, 2023 · 2 comments
Open

Error while loading shared libraries #231

thecrane opened this issue Jul 7, 2023 · 2 comments

Comments

@thecrane
Copy link

thecrane commented Jul 7, 2023

I'm sure I'm doing something wrong, but when I follow the instructions to build from source, everything compiles fine. But when I run plistutil, I get the error: plistutil: error while loading shared libraries: libplist-2.0.so.4: cannot open shared object file: No such file or directory.

@nikias
Copy link
Member

nikias commented Jul 7, 2023

I hope you also did sudo make install, but what might help is also sudo ldconfig.

@zlonghofer
Copy link

zlonghofer commented Jul 15, 2023

I am receiving this same error message when attempting to pair my iPhone.

sudo pacman -S libplist
Packages(1) libplist-2.3.0-2
idevicepair pair
idevicepair: error while loading shared libraries: libplist-2.0.so.3: cannot open shared object file: No such file or directory

I receive the same message built from source after sudo make install. I have tried sudo ldconfig; it generates no output (probably expected) but after the command the error remains.

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

No branches or pull requests

3 participants