-1

I'm trying to install passenger module to my nginx web server using the passenger-install-nginx-module installer. Although the rack gem is installed the installer can't find it.

OS: Debial GNU/Linux 5.

Thanks.

Roman Prykhodchenko
  • 287
  • 1
  • 4
  • 13

2 Answers2

1

"Although the rack gem is installed, the installer can't find it."

I guess it might depend on where the gem is installed. Did you install the rack gem with sudo gem install or just gem install? If the latter, it's probably not in a path that the passenger installer is looking in. (If the former, this answer is pointless, but we might as well start with the relatively-obvious, right?)

pjmorse
  • 1,450
  • 1
  • 17
  • 34
0

A better way would be to build a custom nginx package (with passenger module compiled in).

sendmoreinfo
  • 1,742
  • 12
  • 33