Spock

Members
  • Posts

    2
  • Joined

  • Last visited

  • Days Won

    1

Profile Information

  • Gender
    Male
  • Location
    Poland

Spock's Achievements

New User

New User (1/3)

  1. Hi All, Solution founded $ 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.3ls: cannot access /lib/ld-linux.so.3: No such file or directoryspock@cb2:~$ sudo ln -sf /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3spock@cb2:~$ ./btsync BitTorrent Sync forked to background. pid = 3666Have fun
  2. Got the same problem here: System is Cubian/Cubueboard2 and some details root@cb2:/home/spock# uname -aLinux cb2 3.4.43+ #11 SMP PREEMPT Thu Sep 5 00:04:37 CST 2013 armv7l GNU/Linuxroot@cb2:/home/spock# ls -lh btsync-rwxr-xr-x 1 root root 3.2M Aug 14 12:56 btsyncroot@cb2:/home/spock# file btsyncbtsync: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, strippedroot@cb2:/home/spock# ldd btsync not a dynamic executableroot@cb2:/home/spock# ./btsync bash: ./btsync: No such file or directoryroot@cb2:/home/spock#WTF anyone ?