Debian reposirory installes a btsync not compatable with Rasberry PI


Sitron_NO

Recommended Posts

I installed Sync by following the instructions on your guide "Installing Sync on Linux".

After installation, btsync failed to start. After some digging I found it the cause: btsync was compiled against glibc 2.16:

/usr/bin/btsync: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.16' not found (required by /usr/bin/btsync)

My system:

  • Raspberry Pi Model B Rev 2
  • Debian GNU/Linux 7.11 (wheezy)
  • Linux 4.1.19+ armv6l

After manually installing the arm-version (not armhf), it worked. I had to edit /etc/init.d/btsync since the parameters where different.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.