On Fri, Jun 7, 2013 at 8:51 PM, <[email protected]> wrote: > Hello, > > Anybody manage to install Ruby 1.9.3 or 2.0.0 with rvm? It worked just > fine on 5.1. Have I missed anything in the changelog? >
rvm is an external tool that builds ruby from source. In my experience, it doesn't work well on OpenBSD, as it mostly targets Mac OS X and Linux users. In any case, the OpenBSD developers do not support it. We encourage people to use precompiled packages built specifically for OpenBSD. There is a ruby 1.9.3 package for OpenBSD 5.3, and packages for both ruby 1.9.3 and 2.0.0 in -current. `sudo pkg_add -i ruby` Thanks, Jeremy

