I have upgraded to Ubuntu 14.04 and my MRI 2.1.0 started leaking memory (eating 16gb of ram in 1 minute, swapping etc). Looks like some libs changed and you need to recompile.
Anyway, I removed old 2.1.0 directory and started the installation again. This is the error I'm getting: https://gist.github.com/sickill/9911522
It looks sth is wrong re readline, and it also looks similar to this issue in ruby-build: rbenv/ruby-build#526 (though it applies to Arch Linux there).
Note the same error in both cases:
readline.c:1977:26: error: ‘Function’ undeclared (first use in this function)
rl_pre_input_hook = (Function *)readline_pre_input_hook;
I have upgraded to Ubuntu 14.04 and my MRI 2.1.0 started leaking memory (eating 16gb of ram in 1 minute, swapping etc). Looks like some libs changed and you need to recompile.
Anyway, I removed old 2.1.0 directory and started the installation again. This is the error I'm getting: https://gist.github.com/sickill/9911522
It looks sth is wrong re readline, and it also looks similar to this issue in ruby-build: rbenv/ruby-build#526 (though it applies to Arch Linux there).
Note the same error in both cases: