I'm up to install Passenger 3 with Ruby 1.9.2.
I configured RVM with Ruby 1.9.2 - ruby -v returns 1.9.2 - so far so good.
Then I installed the passenger gem again to have it for RVM.
After this I run passenger-install-apache2-module.
But this setup is using ruby 1.8.7, even though I let RVM use 1.9.2 as default and are currently using 1.9.2 with RVM.
How to let the passenger-apache2-script use 1.9.2 headers and install it into the rvm dir?
Yours,
Joern.