Open thecrane opened 1 year ago
I hope you also did sudo make install
, but what might help is also sudo ldconfig
.
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
.