osy / Jitterbug

Launch JIT enabled iOS app with a second iOS device
Apache License 2.0
1.05k stars 84 forks source link

Error while loading shared libraries #84

Open MaSchlongBingBong opened 11 months ago

MaSchlongBingBong commented 11 months ago

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

dugo3number2 commented 9 months ago

Same issue here using Arch Linux.

plutack commented 8 months ago

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

Stetsed commented 7 months ago

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.

sigaloid commented 1 month ago

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