Login  Register

Re: Running Pharo 5 on Ubuntu 16.04

Posted by Peter Uhnak on Mar 28, 2016; 5:24pm
URL: https://forum.world.st/Re-Running-Pharo-5-on-Ubuntu-16-04-tp4886858p4886993.html

I get:
bash: ./pharo: No such file or directory

This is an error if you try to run 32bit on 64bit (or if the file is missing — just to make things confusing ;)).

Look here at the "Other" section http://pharo.org/gnu-linux-installation

 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 


Peter