(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.
