Hi,

I just tried to use Pharo 4 in graphical mode with Debian Jessy 64 bits. The last version of this Linux distribution needs some operations to running Pharo. I think that could be interesting to share my configuration work.

- unzip the Pharo4 archive,

- sudo dpkg --add-architecture i386
- sudo apt-get update
- sudo apt-get install ia32-libs

and now, the voodoo operations :-)

- apt-get install libx11-6:386
- apt-get install libgl1-mesa-glx:i386
- apt-get install libfontconfig1:i386

Hope that's can help someone.

Best regards
Olivier