Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have had similar issue and have taken extreme steps on my centos 6.3 system after struggling for days! In specific, I failed to install standalone phusion passenger apache2 module on gemsets other than default and global. I have taken the following steps and now, it works for me:</p> <ol> <li><p>Login as root (I hope you know what you're dealing with)</p></li> <li><p>To completely uninstall existing rvm, invoke<br/> [root#] rvm implode</p></li> <li><p>Install stable rvm, invoke <br/> [root#] curl -L get.rvm.io | bash -s stable</p></li> <li><p>run rvm shell, <br/> [root#] source /etc/profile.d/rvm.sh</p></li> <li><p>check rvm requirements, invoke <br/> [root#] rvm requirements</p></li> <li><p>and install all requirements.</p></li> <li><p>Install ruby 1.9.3, invoke<br/> [root#] rvm install 1.9.3</p></li> <li><p>Install current rubygems, invoke<br/> rvm rubygems current</p></li> <li><p>Set default to ruby 1.9.3, invoke<br/> [root#] rvm use 1.9.3 --default</p></li> <li><p>Add other users who are using rvm to rvm group, invoke<br/> [root#] usermod -a -G rvm USERNAME</p></li> <li><p>If USERNAME is currently logged in, pls logout so the group add will take effect.</p></li> <li><p>Make sure rvm group added, invoke<br/> [USERNAME#] groups</p></li> <li><p>Create and Switch to a new gemset on ruby 1.9.3, invoke<br/> [USERNAME#] rvm use 1.9.3@mygemset --create</p></li> <li><p>Confirm that you're on the right gemset, invoke<br/> [USERNAME#] rvm gemset name</p></li> <li><p>Install passenger gem, invoke<br/> gem install passenger </p></li> <li><p>To skip gem documentation instead, invoke<br/> [USERNAME#] gem install passenger --no-ri --no-rdoc <br/></p></li> <li><p>or specify them in your .gemrc file</p></li> <li><p>To install apache2 mod, invoke<br/> [USERNAME#] passenger-install-apache2-module</p></li> </ol> <p>Hope that helps!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload