From: Paul DeBruicker <pdebruic@gmail.com>
To: Steve Graham <jsgrahamus@yahoo.com>; A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>
Sent: Tuesday, February 5, 2013 3:14 PM
Subject: Re: [Pharo-users] Error installing version 1.4
On
02/05/2013 12:58 PM, Steve Graham wrote:
> I downloaded Phar 1.4 one-click onto my Linux Mint system. When I ran
> the .sh file, I got the following error:
>
> could not find module vm-display-X11
> Aborted
>
> I found that file in the path though:
>
> steve@steve-Satellite-L555D ~/Desktop/Pharo-1.4-one-click.app $ find . |
> grep vm-display
> ./Contents/Linux/vm-display-null
> ./Contents/Linux/vm-display-X11
> steve@steve-Satellite-L555D ~/Desktop/Pharo-1.4-one-click.app $
>
> Any ideas?
>
>
> TIA, Steve
Is it 64bit linux? If so you need to install some 32bit libs for the VM
to work properly as its only 32bits right now in the one click. On
ubuntu you need to install
ia32-libs
which is provided by Canonical.