Feb. 5, 2013
10:14 p.m.
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.