I am going to install Passenger 3 with Ruby 1.9.2.
I configured RVM with Ruby 1.9.2 - ruby -vreturns 1.9.2 - so far this is good.
Then I installed the passenger pearls again so that it was for RVM.
After that, I run the module-passenger-install-apache2.
But this setup uses ruby 1.8.7, although I let RVM use 1.9.2 by default and currently use 1.9.2 with RVM.
How to allow passenger-apache2-script to use 1.9.2 headers and install it in rvm directory?
Your
Jorn.
source
share