Thank you Micheal and Satvik. I think cde should solve the problem - I'll confirm later - for some reason, I do not have SSH connectivity from my office.
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 mismatch2. libgmp missing on the openshift boxRegards,KashyapI think you might want to check out CDE.This will take care of the version mismatch of the libraries.- Satvik