I can't run Pharo5 on Linux Ubuntu 14.04.4 LTS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

I can't run Pharo5 on Linux Ubuntu 14.04.4 LTS

Pharo Smalltalk Users mailing list
Hi guys,
I'm trying to run Pharo5 on Linux Ubuntu 14.04.4 LTS with no luck.

I downloaded the default GNU/linux zip from
http://pharo.org/gnu-linux-installation
Than I followed the instruction for Debian 8 as suggested:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libx11-6:i386
sudo apt-get install libgl1-mesa-glx:i386
sudo apt-get install libfontconfig1:i386
sudo apt-get install libssl1.0.0:i386

finally I executed
./pharo5.0/bin/pharo MyImage.image eval "Stdio stdout << 'Hello,World'"

but the output is:
pharo: could not find any display driver
Aborted


Any hint?
TIA
Davide



--
View this message in context: http://forum.world.st/I-can-t-run-Pharo5-on-Linux-Ubuntu-14-04-4-LTS-tp4909028.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.