Skip to content

Instantly share code, notes, and snippets.

@iamjohnnym
Created January 13, 2015 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamjohnnym/5918183ba1df9ad6e754 to your computer and use it in GitHub Desktop.
Save iamjohnnym/5918183ba1df9ad6e754 to your computer and use it in GitHub Desktop.
When trying to execute this, I keep running into rack not found:
$ gem install rack
Successfully installed rack-1.6.0
1 gem installed
$ stat ~/.rvm/gems/gems/rack-1.6.0/
File: ‘/home/rails/.rvm/gems/gems/rack-1.6.0/’
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 801h/2049d Inode: 659676 Links: 7
Access: (0775/drwxrwxr-x) Uid: ( 1002/ rails) Gid: ( 1002/ rails)
Access: 2015-01-13 17:26:12.282595328 +0000
Modify: 2015-01-13 17:25:50.013736196 +0000
Change: 2015-01-13 17:25:50.013736196 +0000
Birth: -
$ /home/rails/.rvm/gems/gems/passenger-4.0.57/bin/passenger-install-apache2-module
* Checking for rack...
Found: no
Any idea what causes this?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment