私はApache2とRuby 2.0でパッセンジャーをインストールしようとしていましたが、実行中に次のエラー行がありました:
passenger-install-apache2-module
エラー:
--------------------------------------------
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
私は試した:
gem install builder
しかし、このエラーは引き続き発生します。どうすれば解決できますか?
編集
ルビーのバージョン:
2.0 p2
宝石リスト:
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)