Re: [Pharo-dev] Compile Pharo VM on 64-bit CentOS

2014-03-03 Thread p...@highoctane.be
Ok, I got it running now. https://github.com/philippeback/pharo-vm/raw/master/screenshots/PharoOnCentOS65-03-03-14%2022-05-23.png There were a large number of libraries to add beyond what Mariano mentioned. I'll make a list and post later this week. That good to have it running there as it mean

Re: [Pharo-dev] Compile Pharo VM on 64-bit CentOS

2014-03-03 Thread p...@highoctane.be
On 6.5, I installed the dependencies mentioned but there is an issue with the openssl ones. There appears to be some dependency misconfiguration going on on the CentOS 6.5 side. Now, Pharo doesn't run out of the box anyway (I guess that what Mariano mentioned is that Pharo runs on CentOS, not that

Re: [Pharo-dev] Compile Pharo VM on 64-bit CentOS

2014-03-03 Thread Mariano Martinez Peck
I do have Pharo running in CentOS 64 bits since a few months already. The way I installed dependencies was: sudo yum install libX11.i686 libX11-devel.i686 mesa-libGL.i686 mesa-libGL-devel.i686 And then since I was using Zodiac: sudo yum install openssl098e.i686 openssl.i686 sudo cp /usr/lib/lib

Re: [Pharo-dev] Compile Pharo VM on 64-bit CentOS

2014-03-03 Thread btc
Sergi Reyner wrote: 2014-03-03 9:21 GMT+00:00 Pavel Krivanek : A few weeks ago, I wanted to quickly update the pharo in my VPS which runs my IRC bot. Cent0S 6.5 (and others) cannot use latest VM from get.pharo.org because of differ

Re: [Pharo-dev] Compile Pharo VM on 64-bit CentOS

2014-03-03 Thread Sergi Reyner
2014-03-03 9:21 GMT+00:00 Pavel Krivanek : A few weeks ago, I wanted to quickly update the pharo in my VPS which runs my IRC bot. Cent0S 6.5 (and others) cannot use latest VM from get.pharo.org because of > different glibc version. > Fedora, Debian, OpenSuSE, Mint, CentOS, even older Ubuntus...

Re: [Pharo-dev] Compile Pharo VM on 64-bit CentOS

2014-03-03 Thread p...@highoctane.be
Thank you. I've now a development CentOS 6 VM running and configured. I'll try to get the pharoVM running there. I've generated the unix code elsewhere and will map the folder to CentOS for the build. Phil On Mon, Mar 3, 2014 at 10:21 AM, Pavel Krivanek wrote: > Cent0S 6.5 (and others) canno

[Pharo-dev] Compile Pharo VM on 64-bit CentOS

2014-03-03 Thread Pavel Krivanek
Cent0S 6.5 (and others) cannot use latest VM from get.pharo.org because of different glibc version. So you have to compile the VM on your own. This is a (probably incomplete) set of the packages you will need for this task on 64-bit system: alsa-lib-devel.i686 libX11-devel.i686 libICE-devel.i686 l