--- Begin Message ---
Hi Brad
Headless.
On prompt I wrote: ./pharo5.0/bin/pharo MyImage.image eval "Stdio stdout <<
'Hello,World'"
The "issue" was in the script included in
http://files.pharo.org/platform/Pharo5.0-linux.zip
Davide
Brad Selfridge wrote
> Are you trying to use Pharo headless or
Are you trying to use Pharo headless or with the IDE?
-
Brad Selfridge
--
View this message in context:
http://forum.world.st/I-can-t-run-Pharo5-on-Linux-Ubuntu-14-04-4-LTS-tp4909028p4909192.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
--- Begin Message ---
Thanks Sven, you are right, curling get.pharo.org/50+vm does not give any
problem.
The issue isn't related to the libraries but it depends on
http://files.pharo.org/platform/Pharo5.0-linux.zip
After unzipping the file, it extracts a script "pharo" that contains:
#!/usr/bin/
Davide,
It certainly works headless:
$ cat /etc/issue
Ubuntu 14.04.4 LTS \n \l
$ mkdir pharo5
$ cd pharo5
$ curl get.pharo.org/50+vm | bash
% Total% Received % Xferd Average Speed TimeTime Time Current
Dload Upload Total SpentLeft Sp
--- Begin Message ---
Hi Brad
Unfortunately the ia32-libs package is no longer loadable on Ubuntu 14. See
http://pharo.org/gnu-linux-installation
Davide
Brad Selfridge wrote
> Did you run:
>
> sudo apt-get install ia32-libs
>
> I have Pharo running on Ubuntu 14.04. There seemed to have been be
Did you run:
sudo apt-get install ia32-libs
I have Pharo running on Ubuntu 14.04. There seemed to have been better
instructions months ago and specific Ubuntu install ppa's but that changed.
Now it's more confusing for those Ubuntu users.
-
Brad Selfridge
--
View this message in context:
--- Begin Message ---
But it does not work
Davide
Davide Varvello wrote
> 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 insta
--- Begin Message ---
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/s
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'
--- Begin Message ---
Nobody?
Davide
Davide Varvello wrote
> 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
--- Begin Message ---
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
s
11 matches
Mail list logo