http://valinet6l6tq6d5yohaa6gdsf2ho4qcqcxyj2nahp5kd4z7nsa6ycdqd.onion/2021/01/20/Automatically-backup-the-iPhone-to-the-Raspberry-Pi.html
What I did is, symlink libgeneral to the folder where libraries are usually kept, which is in the path of the dynamic loader: sudo ln -s /usr/local/lib/libgeneral.so.0 /usr/lib/arm-linux-gnueabihf/libgeneral.so.0
sudo ln -s /usr/local/lib/libgeneral.so /usr/lib/arm-linux-gnueabihf/libgeneral.so Otherwise, when launching usbmuxd , append the path to libgeneral to the LD_LIBRARY_PATH environment variable: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ usbmuxd ...