stavo cercando di installare passeggero con Apache2 e Ruby 2.0, e ho avuto questa linea di errore quando sto facendo:passeggeri: non è possibile caricare tali rubygems di file/builder
passenger-install-apache2-module
Errore:
--------------------------------------------
Compiling and installing Apache 2 module...
cd /usr/local/lib/ruby/gems/2.0.0/gems/passenger-3.0.19
/usr/local/bin/ruby /usr/local/bin/rake apache2:clean apache2 RELEASE=yes
# /usr/local/bin/ruby /usr/local/bin/rake apache2:clean apache2 RELEASE=yes
rake aborted!
cannot load such file -- rubygems/builder
(See full trace by running task with --trace)
--------------------------------------------
It looks like something went wrong
ho provato:
gem install builder
Ma questo errore si verifica ancora. Come posso risolverlo?
Modifica
Rubino Versione:
2.0 p2
Gem listino:
bigdecimal (1.2.0)
builder (3.2.0)
bundler (1.3.1)
daemon_controller (1.1.1)
fastthread (1.0.7)
io-console (0.4.2)
json (1.7.7)
minitest (4.3.2)
passenger (3.0.19)
psych (2.0.0)
rack (1.5.2)
rack-protection (1.4.0)
rake (0.9.6)
rdoc (4.0.0)
sinatra (1.3.5)
test-unit (2.0.0.0)
tilt (1.3.4)
Quale versione di Ruby e Passenger stai utilizzando? – fmendez
@fmendez vedi modifica – texasbruce
fammi sapere se la soluzione offerta è di aiuto. – fmendez