Comment 6 for bug 277454

Revision history for this message
C. Cooke (ccooke) wrote :

Oops. That's what happens when you get distracted by a phone call half-way through a comment.

Let's try this again:

WORKAROUND (that WORKS)

You can work around this by copying the correct 32-bit libs to your /usr/lib32. I've attached the python and libSDL_image libs from 32-bit Intrepid and verified they work with glGo (and a couple of other 32-bit games).

To install, you need to:

1) Download the targalled libs to your Desktop.
2) Open a terminal.
2) cd ~/Desktop
3) sudo tar -C /usr/lib32 -xvjf ia32-missing-libs.tar.bz2
4) sudo ldconfig

That should have it working for you.