Hi there,
I’m trying to install passenger on a hosted server which has
Ubuntu 9.04
Ruby 1.8.6
Rails 2.3.5
Apache 2
I had some trouble with gem install passenger, but went through after
installing build-essential which were not on the machine.
First when I launched passenger-install-apache2-module, it complained
about Apache not in the correct mpm mode, so I installed mpm-prefork
Now when I relaunch passenger-install-apache2-module, I get this:
Compiling and installing Apache 2 module…
cd /srv/d_prod/home/christophe/gems/gems/passenger-2.2.11
/usr/bin/ruby1.8 -S /usr/bin/rake clean apache2
/usr/bin/ruby1.8 -S /usr/bin/rake clean apache2
(in /srv/d_prod/home/christophe/gems/gems/passenger-2.2.11)
rake aborted!
undefined method rakefile' for #<Rake::Application:0xb7c6719c> /srv/d_prod/home/christophe/gems/gems/passenger-2.2.11/Rakefile:630:in
new’
(See full trace by running task with --trace)
I also reinstalled rake
Any thoughts, anyone ?
Thanks,
Christophe