
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.
What'll be best though is - yesod on OpenShift :)
Regards,
Kashyap
On Fri, Jul 6, 2012 at 10:51 AM, satvik chauhan
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