Looks like libgl is the issue
Am 19.07.2017 9:47 vorm. schrieb "Hilaire" <hila...@drgeo.eu>: > Hi, > > It does not work on a new installed system. It is related to the installed > system, other report it to me with the same system > > Le 19/07/2017 à 00:01, Alistair Grant a écrit : > > Is this something that was working and has suddenly stopped, or a new > install that doesn't work? > > Assuming that it is installed correctly, can you provide the output of: > > cd /to/where/the/pharo/exe/is > ldd pharo > > ldd pharo > linux-gate.so.1 => (0xf7777000) > libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7705000) > libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7700000) > libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf76e2000) > libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf752c000) > /lib/ld-linux.so.2 (0x5655a000) > > ldd vm-display-X11 > > ldd vm-display-X11 > linux-gate.so.1 => (0xf773a000) > libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf76e4000) > libGL.so.1 => not found > libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf7598000) > libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf73e2000) > /lib/ld-linux.so.2 (0x56649000) > libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xf73bc000) > libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf73b7000) > libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xf73b3000) > libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xf73ab000) > > > > > Cheers, > Alistair > > > -- > Dr. Geohttp://drgeo.eu > >