libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
537 stars 304 forks source link

Error while loading shared libraries #231

Open thecrane opened 1 year ago

thecrane commented 1 year ago

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 commented 1 year ago

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

zlonghofer commented 1 year ago

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.