Login  Register

Re: I can't run Pharo5 on Linux Ubuntu 14.04.4 LTS

Posted by Davide Varvello on Aug 02, 2016; 8:44am
URL: https://forum.world.st/I-can-t-run-Pharo5-on-Linux-Ubuntu-14-04-4-LTS-tp4909028p4909095.html

Thanks Peter, I already checked libx11 with ldd and everything is resolved

Davide

Peter Uhnak wrote
On Tue, Aug 02, 2016 at 12:51:12AM -0700, Davide Varvello via Pharo-users wrote:

You could try to install pharo from the PPA

sudo add-apt-repository ppa:pharo/stable
sudo dpkg --add-architecture i386
sudo apt-get update

sudo apt-get install pharo-vm-core

I am not sure if it's up to date (I don't use ubuntu), but it should download all the necessary libraries.

> > pharo: could not find any display driver

Sounds like the libx11 library hasn't been installed properly.

Try the PPA and then we can think about other options.

Peter