q9U9HvWU Posted March 12, 2017 Report Posted March 12, 2017 I have an Odroid device, "aarch64" architecture. I seem to be unable to install Resilio Sync? Can this be supported please? Quote
wido Posted March 16, 2017 Report Posted March 16, 2017 up some problem https://aur.archlinux.org/packages/rslsync/ Quote
why_mutate_dup Posted May 24, 2017 Report Posted May 24, 2017 I have a ChromeBook plus and I'd love to be able to install an aarch64 version of resilio in Crouton. The armhf version doesn't work. Quote
akg Posted June 13, 2017 Report Posted June 13, 2017 The NanoPi from FriendlyElectric is also aarch64, and has a nice form-factor for NAS:http://www.friendlyarm.com/index.php?route=product/product&product_id=192 Would be nice to run Resilio Sync on this. Quote
jmcomby Posted August 28, 2017 Report Posted August 28, 2017 You can install Resilio Sync on aarch64. Tested on Odroid C2, ubuntu 16.04 LTS aarch64. Install Resilio Sync for armhf (https://help.resilio.com/hc/en-us/articles/206178924). After installing, you should have rslsync in /usr/bin/. Now you must install libc6-armhf-armel-cross. sudo apt install libc6-armhf-armel-cross Create a file /etc/ld.so.conf.d/libarmhf.conf add this line inside the file /usr/arm-linux-gnueabihf/lib Then run: ldconfig -v Now you must create a symbolic link in /lib. Be careful, version number can be different (ld-2.xx.so) sudo ln -s /usr/arm-linux-gnueabihf/lib/ld-2.23.so /lib/ld-linux-armhf.so.3 Now you can start the service without error. sudo service resilio-sync start On dietpi v161 just install libc6:armhf sudo apt-get install libc6:armhf Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.