I'm trying to switch from Ruby 1.8 to 1.9.3 through RVM :
rvm install 1.9.3
But everytime I have a warning :
Missing required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl, curl-ca-bundle, sqlite.
I tried with
rvm pkg install libyaml
but nothing better. Everytime I have this warning, and it's preventing me from installing rails 3 (missing libyaml and openssl). Anyone already solved that ? Thanks for your help.
I'm running Mac OS X 10.8.2
Try running
rvm requirements
And then:
brew install autoconf automake libtool pkg-config apple-gcc42 libyaml readline libxml2 libxslt libksba openssl sqlite
If you still have issues you can check this out - click here
This is new functionality for RVM 1.19, we will work on improving the messages, for now just try:
rvm get head
rvm install 1.9.3 --autolibs=3
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With