Skip to content

Instantly share code, notes, and snippets.

@benaskins
Created June 18, 2009 09:09
Show Gist options
  • Save benaskins/131805 to your computer and use it in GitHub Desktop.
Save benaskins/131805 to your computer and use it in GitHub Desktop.
~ $ gem list passenger
*** LOCAL GEMS ***
passenger (2.2.3)
~ $ locate passenger-install-apache2-module
/Library/Ruby/Gems/1.8/gems/passenger-2.0.3/bin/passenger-install-apache2-module
/usr/bin/passenger-install-apache2-module
~ $ sudo passenger-install-apache2-module
/usr/bin/passenger-install-apache2-module:19:in `load': no such file to load -- passenger-install-apache2-module (LoadError)
from /usr/bin/passenger-install-apache2-module:19
~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment