
Hi Folks, I just found out about OpenShift - its a free PaaS from RedHat. It has some interesting offerings. It does not support Haskell out of the box as of now. Please do check it out and if you like it - vote for Haskell support on it here - https://openshift.redhat.com/community/content/support-for-haskell Meanwhile, I am trying to get complied Haskell executable to run on that platform. Regards, Kashyap

Hi,
--- On Thu, Jul 5, 2012 at 8:41 PM, C K Kashyap

Hey Shakti,
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
On Thu, Jul 5, 2012 at 9:19 PM, Shakthi Kannan
Hi,
--- On Thu, Jul 5, 2012 at 8:41 PM, C K Kashyap
wrote: | I just found out about OpenShift - its a free PaaS from RedHat. It has some | interesting offerings. It does not support Haskell out of the box as of now. | Please do check it out and if you like it - vote for Haskell support on it | here - https://openshift.redhat.com/community/content/support-for-haskell | | Meanwhile, I am trying to get complied Haskell executable to run on that | platform. \-- We already have a Fedora Haskell SIG [1] where we are working on shipping Haskell packages in Fedora. Recently, support for EL-6 was added, and one can get Haskell packages through the EPEL [2] repository.
Please feel free to ping us on #fedora-haskell on irc.freenode.net.
SK
[1] Fedora Haskell SIG. http://fedoraproject.org/wiki/Haskell_SIG
[2] Extra Packages for Enterprise Linux (EPEL). http://fedoraproject.org/wiki/EPEL
-- Shakthi Kannan http://www.shakthimaan.com

Hi Kashyap,
I'm not sure if it will solve the problem, but I ran across a tool[1]
the other day that bundles up applications with all of the libraries
and other resources they need. I wouldn't be surprised if, with this,
you can get your code to run on OpenShift.
Michael
[1] http://www.pgbovine.net/cde.html
On Fri, Jul 6, 2012 at 7:51 AM, C K Kashyap
Hey Shakti, 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
On Thu, Jul 5, 2012 at 9:19 PM, Shakthi Kannan
wrote: Hi,
--- On Thu, Jul 5, 2012 at 8:41 PM, C K Kashyap
wrote: | I just found out about OpenShift - its a free PaaS from RedHat. It has some | interesting offerings. It does not support Haskell out of the box as of now. | Please do check it out and if you like it - vote for Haskell support on it | here - https://openshift.redhat.com/community/content/support-for-haskell | | Meanwhile, I am trying to get complied Haskell executable to run on that | platform. \-- We already have a Fedora Haskell SIG [1] where we are working on shipping Haskell packages in Fedora. Recently, support for EL-6 was added, and one can get Haskell packages through the EPEL [2] repository.
Please feel free to ping us on #fedora-haskell on irc.freenode.net.
SK
[1] Fedora Haskell SIG. http://fedoraproject.org/wiki/Haskell_SIG
[2] Extra Packages for Enterprise Linux (EPEL). http://fedoraproject.org/wiki/EPEL
-- Shakthi Kannan http://www.shakthimaan.com
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

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

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

Hi,
--- On Fri, Jul 6, 2012 at 11:16 AM, C K Kashyap
participants (4)
-
C K Kashyap
-
Michael Snoyman
-
satvik chauhan
-
Shakthi Kannan