Same error as everyone here.
Initial output:
>>>
--------------------------------------------
Compiling and installing Apache 2 module...
cd /opt/ruby-enterprise-1.8.6-20090113/lib/ruby/gems/1.8/gems/
passenger-2.0.6
/opt/ruby-enterprise-1.8.6-20090113/bin/ruby -S rake clean apache2
/opt/ruby-enterprise-1.8.6-20090113/bin/ruby: No such file or
directory -- rake (LoadError)
--------------------------------------------
It looks like something went wrong
>>>
Then I did this:
>>>
sudo /opt/ruby-enterprise-1.8.6-20090113/bin/gem install rake
Successfully installed rake-0.8.3
1 gem installed
Installing ri documentation for rake-0.8.3...
Installing RDoc documentation for rake-0.8.3...
>>>
This made no difference.
I even tried this:
>>>
export PATH=/opt/ruby-enterprise-1.8.6-20090113/bin:$PATH
>>>
Still, no luck.
Any help here? I'm on Ubuntu 8.04, and had previously installed
Passenger via the Brightbox package.
Thanks,
Chris
On Dec 16 2008, 4:23 pm, nick gorbikoff <
nick.gorbik...@gmail.com>
wrote: