“Rake… not found” when Installing Phusion Passenger

Ruby on Rails Add comments

This error is usually preceded by

sudo: passenger-install-apache2-module: command not found

so you run the full path:


sudo /var/lib/gems/1.8/bin/passenger-install-apache2-module

but there’s no way around the “Rake… not found” error as the phusion install can’t see rake. As outlined here, you’ll have to

export PATH=$PATH:/var/lib/gems/1.8/bin

and then run the naked

passenger-install-apache2-module

again.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Leave a Reply

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in