ldd vm-display-X11
linux-gate.so.1 =>  (0xf77fd000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7799000)
libGL.so.1 => not found
libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf7664000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf74b5000)
/lib/ld-linux.so.2 (0x5664e000)
libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xf7493000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf748e000)
libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xf748a000)
libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xf7482000)


seems like i have everyting already except libgl...
any ideas what package providing it?


On 22 November 2016 at 12:17, Sven Van Caekenberghe <[email protected]> wrote:

> (this is what I use for headless)
>
> sudo dpkg --add-architecture i386
> sudo apt-get update
> sudo apt-get install libc6:i386
> sudo apt-get install libssl1.0.0:i386
> sudo apt-get install libfreetype6:i386
>
> (you might need more for full UI)
>
> with ldd you can find unresolved dynamic libs
>
> > On 22 Nov 2016, at 11:13, Igor Stasenko <[email protected]> wrote:
> >
> >
> >
> > On 22 November 2016 at 12:11, Nicolai Hess <[email protected]>
> wrote:
> >
> >
> > 2016-11-22 11:07 GMT+01:00 Igor Stasenko <[email protected]>:
> > Hey guys,
> >
> > just wanted to show others our cool stuff.. but faced strange problem:
> >
> > ~/projects/pharo$ ./pharo-vm/pharo pharo.image
> > could not find display driver vm-display-X11; either:
> >   - check that /home/sig/projects/pharo/pharo-vm//vm-display-X11.so
> exists, or
> >   - use the '-plugins <path>' option to tell me where it is, or
> >   - remove DISPLAY from your environment.
> > Aborted (core dumped)
> >
> > i tried to download manually, tried to use command-line install script
> .. but same result:
> > - it doesn't seem to want to pick up the x11 driver and so, fails to
> start..
> > needless to say, that driver exists, lies there right at the location of
> vm binary etc etc yadda yadda..
> >
> > anyone knows what going on?
> >
> >
> > Ubuntu 64 bit Linux ? If so, you need to make sure to have all 32Bit
> libs.
> >
> > aha.. can you remind me how to install them quickly?
> >
> >
> > --
> > Best regards,
> > Igor Stasenko.
> >
> >
> >
> >
> > --
> > Best regards,
> > Igor Stasenko.
>
>
>


-- 
Best regards,
Igor Stasenko.

Reply via email to