Jump to content

btsync on arm - No such file or directory


Leon

Recommended Posts

  • Administrators

Hi,

The other day i decided to setup a small hummingboard as a btsync server - following several guides online and using their own package tree it installed without issues.

However, launching "btsync" would cause several issues (aside from configuration issues).

Launching the binary gave a "No such file or directory" .. that means its either compiled wrong or missing some lib.

So.. lets have a look at the file

$ file btsync - Showed me that it was right platform

$ hexdump -C btsync | less 
 

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..........|

Intersting... 

$ ls -l /lib/ld-linux.so.3
ls: cannot access /lib/ld-linux.so.3
No such file or directory

Allright....

$ sudo ln -sf /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
 
Now lets try and lauch btsync again...

$ ./btsync
BitTorrent Sync forked to background. pid = 3666
 
PROFIT!! :)


 

 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...