
6 Jul
2012
6 Jul
'12
1:21 a.m.
OpenShift gives access to Linux virtual machines on the cloud. However, we do not have root access so we cannot install any new package. I was trying to get my haskell code compiled into native on my local linux box and taking it to those machines. That does not seem to work because of two things - 1. GLIBC version mismatch 2. libgmp missing on the openshift box Regards, Kashyap
I think you might want to check out CDE. http://www.pgbovine.net/cde.html This will take care of the version mismatch of the libraries. - Satvik