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'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.
The text was updated successfully, but these errors were encountered:
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.
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
.The text was updated successfully, but these errors were encountered: