Missing dependency, use one of these commands from the terminal (depending if you have 32-bit or 64-bit Ubuntu):
If you're using Ubuntu 13.10 32-bit:
sudo apt-get install lib32stdc++6
If you're using Ubuntu 13.10 64-bit:
sudo apt-get install libstdc++6:i386