3
votes

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.

2

2 Answers

1
votes

Check with which passenger-install-apache2-module whether the right binary is being used. If that's okay, check the shebang line (the first line) of passenger-install-apache2-module is using the right ruby.

1
votes