popey

Members
  • Posts

    2
  • Joined

  • Last visited

popey's Achievements

New User

New User (1/3)

  1. Excellent. Thanks for the prompt response. That did it:- sudo ln -s /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/ld-linux.so.3
  2. Hey Loving what you've done, saw a thread which mentioned emailing in with tech questions. I'm an Ubuntu developer and wanted to have a play with Sync on our Ubuntu Touch image on an ARM device to test syncing files between desktop and phone. https://wiki.ubuntu.com/Touch I grabbed the arm build and upacked it on the phone, but it fails to start:- phablet@localhost:~$ file ./btsync ./btsync: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped phablet@localhost:~$ ./btsync -bash: ./btsync: No such file or directory Perhaps I'm missing a library? We only support ARMv7, maybe it's a v6 binary? Maybe it's non-multiarch? Would love to get this working. Happy to test further.