03-22-2016, 10:23 AM
(03-22-2016, 08:13 AM)coleshores Wrote:(03-21-2016, 04:04 PM)falk.ben@gmail.com Wrote:(01-30-2016, 07:26 AM)By-Jokese Wrote: VPN server, file system sync service (btsync), cloud print server (cups) and probably a small storage server with samba.
AFAICT, btsync will not operate on the pine64 because btsync is not designed for aarch64
You should still be able to run and compile for aarch32 on aarch64 Linux as long as you include the 32bit libraries. 32bit libraries go in like /usr/lib and 64bit libraries go in /usr/lib64
So, Bittorrent Sync (btsync) is closed source. Are you suggesting that one could still run the aarch32 file on the aarch64 system? This would be great news. How does one go about installing the 32 bit libraries?
I tried using multilib (on arch) but it fails saying "error: failed retrieving file 'multilib.db' from mirror.archlinuxarm.org : The requested URL returned error: 404" https://wiki.archlinux.org/index.php/Multilib
A bit more reading into this and it looks like it might be possible to use chroot to create a 32 bit system inside our 64 bit system. I haven't tried this yet, since it's a bit more involved.