[SO] Pharo 3 on 64-bit CentOS
On 09/21/2014 09:55 PM, Max Leske wrote:
http://stackoverflow.com/questions/25966652/cannot-even-install-pharo-3-on-c...
It looks like Pharo 3.0 ships with a VM compiled against glibc 2.15, and therefore requires glibc 2.15 or newer??? If so, that means that it won't run on CentOS 6.5 at all. Older glibc versions are in use in a number of popular distributions that are still supported -- at least CentOS 5, CentOS 6, and Ubuntu 10.04 are still supported and have glibcs older than 2.15. Could the official VMs be built against older glibc, or is there some feature in the newer glibc that we require? Regards, -Martin
For a fast solution: https://github.com/philippeback/pharovm-centos65 Not the latest VM but works well enough for my production. Phil â
2014-09-22 7:24 GMT+02:00 Martin McClure <martin@hand2mouse.com>:
On 09/21/2014 09:55 PM, Max Leske wrote:
http://stackoverflow.com/questions/25966652/cannot- even-install-pharo-3-on-centos-6-5
It looks like Pharo 3.0 ships with a VM compiled against glibc 2.15, and therefore requires glibc 2.15 or newer??? If so, that means that it won't run on CentOS 6.5 at all.
Older glibc versions are in use in a number of popular distributions that are still supported -- at least CentOS 5, CentOS 6, and Ubuntu 10.04 are still supported and have glibcs older than 2.15.
Could the official VMs be built against older glibc, or is there some feature in the newer glibc that we require?
a newer glibc version is not needed, it is just what is used on newer platforms. AFAIK Esteban will setup a build slave for this. ( http://forum.world.st/installing-pharo-3-0-on-Debian-wheezy-td4759635.html)
Regards,
-Martin
participants (4)
-
Martin McClure -
Max Leske -
Nicolai Hess -
phil@highoctane.be