Jitterbug icon indicating copy to clipboard operation
Jitterbug copied to clipboard

Error while loading shared libraries

Open MaSchlongBingBong opened this issue 1 year ago • 6 comments

Installed jitterbug pair for Linux and tried running with the terminal. I made sure that I have usbmuxt, netmuxt and libplist (from the extra repository). It failed gave this output: ./jitterbugpair: error while loading shared libraries: libplist.so.3: cannot open shared object file: No such file or directory

MaSchlongBingBong avatar Aug 27 '23 19:08 MaSchlongBingBong

Same issue here using Arch Linux.

DavidDGTNT avatar Oct 14 '23 22:10 DavidDGTNT

same here. did you ever find a way around this?

plutack avatar Nov 04 '23 11:11 plutack

I can confirm I have ran into this issue, however I was able to get around it by doing "ln -s /usr/lib/libplist++-2.0.so /usr/lib/libplist.so.3" however do this at your own risk.

Stetsed avatar Dec 20 '23 18:12 Stetsed

For me, I ran sudo ln -s /usr/lib64/libplist++-2.0.so /usr/lib64/libplist.so.3 because it was in /usr/lib64.

Fedora 40 here

sigaloid avatar Jun 11 '24 21:06 sigaloid