Open brerk opened 4 years ago
I had the same problem with version 0.11, reverting to version 0.10 fixed the problem
Took me a while to find 0.10. This is the gitlab releases page.
Temporary you can also repair it on the mobile by hand:
# mv /data/adb/modules/ssh/usr/bin/rsync /data/adb/modules/ssh/usr/bin/raw/ # ln -s /data/adb/modules/ssh/usr/bin/raw/magisk_ssh_library_wrapper /data/adb/modules/ssh/usr/bin/rsync
Temporary you can also repair it on the mobile by hand:
mv /data/adb/modules/ssh/usr/bin/rsync /data/adb/modules/ssh/usr/bin/raw/
ln -s /data/adb/modules/ssh/usr/bin/raw/magisk_ssh_library_wrapper /data/adb/modules/ssh/usr/bin/rsync
This also does the trick
I installed it on miui 11 on a Redmi Note 8 via magisk.
I can login with ssh but when i try to use Rsync this is what i get:
As root
:/data/ssh/root # rsync CANNOT LINK EXECUTABLE "rsync": library "libcrypto.so.1.1" not found
As shell
:/data/ssh/shell $ rsync sh: rsync: not found
Any idea how to fix it ?