On 22 November 2016 at 12:17, Sven Van Caekenberghe <sven@stfx.eu> 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

==>>> 0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.

it seems like everything of above already installed on my box.
��
(you might need more for full UI)

with ldd you can find unresolved dynamic libs

> On 22 Nov 2016, at 11:13, Igor Stasenko <siguctua@gmail.com> wrote:
>
>
>
> On 22 November 2016 at 12:11, Nicolai Hess <nicolaihess@gmail.com> wrote:
>
>
> 2016-11-22 11:07 GMT+01:00 Igor Stasenko <siguctua@gmail.com>:
> 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.