Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created April 19, 2014 06:01
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnantoni/11075515 to your computer and use it in GitHub Desktop.
Save johnantoni/11075515 to your computer and use it in GitHub Desktop.
problem with btsync on arm => no such file or directory
$ hexdump -C btsync |less

[cut]
00000150  04 00 00 00 2f 6c 69 62  2f 6c 64 2d 6c 69 6e 75  |..../lib/ld-linu|
00000160  78 2e 73 6f 2e 33 00 00  04 00 00 00 10 00 00 00  |x.so.3..........|
[/cut]

spock@cb2:~$ ls -l /lib/ld-linux.so.3
ls: cannot access /lib/ld-linux.so.3: No such file or directory
spock@cb2:~$ sudo ln -sf /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
spock@cb2:~$ ./btsync 
BitTorrent Sync forked to background. pid = 3666
@johnantoni
Copy link
Author

@nemonein
Copy link

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment