Hi, I tried to upgrade to ruby on rails 4 but it fails. I move into my rails app generated by webfaction installer script and I run this commands:
In this way I try to install the gems locally instead of trying to install it where I don't have permissions to. Then I run:
and I get this:
asked 03 Jul '13, 13:21 Federico Tom... seanf |
This appears to be a problem with the Ruby 2.0 installation on our CentOS5 servers. I'm not sure when it will be feasible to fix it, since it will require an update to glibc, which could break a lot of other things on the server. If you need to update to Rails 4 immediately, then my recommendation is that you migrate your account to one of our CentOS6 servers, where we've verified that the problem does not exist. answered 03 Jul '13, 17:49 seanf Hi, thank you so much. I am using WebFaction since a few years and I am always very satisfied! I asked for the migration. In case I face problems I will write in this conversation.
(04 Jul '13, 03:32)
Federico Tom...
|
Migration performed: I was able to build correctly the gem on the new machine answered 12 Jul '13, 04:52 Federico Tom... |