Skip to content

Instantly share code, notes, and snippets.

@ChengLong
Created July 23, 2013 16:44
Show Gist options
  • Save ChengLong/6063985 to your computer and use it in GitHub Desktop.
Save ChengLong/6063985 to your computer and use it in GitHub Desktop.
Phusion Passenger Installation Error

If you see the following error when you run sudo passenger-install-apache2-module

Your RVM wrapper scripts are too old, or some wrapper scripts are missing. Please update/regenerate them first by running:

rvmsudo rvm get stable && rvm reload && rvmsudo rvm repair all

If that doesn't seem to work, please run:

rvmsudo rvm wrapper [] --no-prefix --all*

Just change sudo passenger-install-apache2-module to rvmsudo passenger-install-apache2-module

The error will go away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment