Thushar G R
Thushar G R

Reputation: 1037

Pharo 2.0 not running on CentOS 6.6

I am trying to run my pharo2.0 application on CentoOS which was previously been installed in a mac. The original version is pharo2.0 so I need to run the same image CentoOS too, but I get an error which says this below :

/lib/libc.so.6: version `GLIBC_2.15' not found (required by xxxxx)

Should I be trying to upgrade the CentoOS and see if pharo2.0 works or port my whole application to a later version of pharo?

Upvotes: 2

Views: 52

Answers (1)

Sean DeNigris
Sean DeNigris

Reputation: 6390

There is now a VM build especially for systems with an older libc version. In fact there is a build for Centos specifically (which has a slight variation in linkages from Debian), the latest version of which is permalinked here. See http://pharo.org/download#custom for more info.

Upvotes: 2

Related Questions