Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Reading above, somehow(I forget now), but somehow, I got to this and it works,

Code Block
languagebash
 sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386

 

For Ubuntu 12 to 12.04, ia32-lib has been removed in favour of multiarch,

...