Compiled binary seafile-client for i386/x86 linux, which is more or less static linked. If a binary is not working for you, you are welcome to create an issue.
Binarys are created by
- chrooting by scripts/chroot.sh into the tree from natty.tar.xz, but getting a new tree by
fakeroot fakechroot debootstrap --variant=fakechroot natty ./natty http://old-releases.ubuntu.com/ubuntu/
and chrooting byfakeroot fakechroot chroot natty/
should work, too. - installing required librarys in chrooted tree, see first comments in scripts/uild-seafile-static.sh
- running scripts/uild-seafile-static.sh in chrooted tree
- manually modifying the linker command line to link seafile-applet to link some libs static, see last comments in scripts/uild-seafile-static.sh