Hi,
On Ubuntu 16.04 (Ubuntu MAte), I ahve the following error with DR. Geo (release based on Pharo3). Of course the needed 32bits libs are installed. Could it be the new graphic back end of Ubuntu? hilaire@PCHome:~/DrGeo.app$ ./DrGeo.sh could not find module vm-display-X11 Abandon (core dumped) Hilaire |
Hi Hilaire,
On 18 July 2017 at 22:27, Hilaire <[hidden email]> wrote: > Hi, > > On Ubuntu 16.04 (Ubuntu MAte), I ahve the following error with DR. Geo > (release based on Pharo3). Of course the needed 32bits libs are installed. > Could it be the new graphic back end of Ubuntu? > > > hilaire@PCHome:~/DrGeo.app$ ./DrGeo.sh could not find module vm-display-X11 > Abandon (core dumped) 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 vm-display-X11 Cheers, Alistair |
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 :
ldd pharoIs 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 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-X11ldd 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. Geo http://drgeo.eu |
Looks like libgl is the issue Am 19.07.2017 9:47 vorm. schrieb "Hilaire" <[hidden email]>:
|
In reply to this post by HilaireFernandes
Hi Hilaire,
On 19 July 2017 at 09:46, Hilaire <[hidden email]> wrote: > 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) I'm in a bit of a rush, but as Nicolai says, it looks like LibGL.so.1 is the problem. A google search should help, but maybe try: sudo apt-get install libgl1-mesa-glx:i386 Cheers, Alistair |
Hi Alistair,
Indeed installing this dependency makes Dr. Geo to work again, and the "could not find module vm-display-X11" error is gone. Thanks guys Hilaire Le 19/07/2017 à 10:22, Alistair Grant a écrit : > > I'm in a bit of a rush, but as Nicolai says, it looks like LibGL.so.1 > is the problem. A google search should help, but maybe try: > > sudo apt-get install libgl1-mesa-glx:i386 > > Cheers, > Alistair > > -- Dr. Geo http://drgeo.eu |
Free forum by Nabble | Edit this page |