FOR UBUNTU-12.04 32 BITS.
The file /usr/lib/libgmp.so.3 it's broke, for to solve this problem is necesary to install this library:
sudo ln -s /usr/lib/x86_64-linux-gnu/libgmp.so.10.0.2 /usr/lib/libgmp.so.3
sudo apt-get install libgmp3c2
then
sudo apt-get update
that's all.