I'm attempting to run bitcoin-0.3.10 (bitcoind) on a ttylinux-i686-11.2 VM in VirtualBox OSE on Ubuntu 10.04 x64.
It fails, demanding libgthread-2.0.so.0 -- which I believe is part of ia32-libs (way above my Linux comfort level, here). Although I've found .deb and .tar.gz packages, pacman in ttylinux demands *.tbz packages.
How can I fix this? I've also asked on the ttylinux forum.
Edit: Well, perhaps I don't need all ia32-libs? After all, ttylinux IS minimal.
And I just found this ...
> From: Andrew Bliznak
> Date: Tue, 13 Jul 2010 11:20:13 +0300
> just hit this bug
>
> Problem appears to be lost link /usr/lib/libpthread.so -> libthr.so
> This produces broken libgthread-2.0.so, it misses libthr.so.3 =>
> /lib/libthr.so.3 and uses stubs from libc.so
... at
http://forums.freebsd.org/showthread.php?p=79846Any connection?