I’m trying to create a virtual machine with Solaris 11 running Rails 3.2.8. Is there a tutorial or script for that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Seems like Solaris 11 is distinctly lacking some items that you could almost say are essentials for newer versions of Ruby. And I hear the cries from the Oracle faithful that they are shipping Ruby! Hmm version 1.8 of Ruby and it’s nearly 5 years old and only months away from EOL.
So what do you need todo is to build ruby 1.9.3-p125 on Solaris 11, via compiler obviously and I’m using the latest gcc that are included in the Solaris 11 repo. Don’t forget to install libyaml too, otherwise we end by with annoying message.
Start with installing libyaml:
Pretty straight forward no issues.
Installing Ruby 1.9.3-p125 (newer versions does work for me)
Notice that libyaml couldn’t be found without specifying —with-opt-dir
This might not be the right way to solve the installation for Ruby on Rails on Solaris I’m a developer not a system administrator.