3
私はDebianサーバでmod_railsを設定していますが、どういうわけか何かが台無しになっています(これは私ではありませんでした:P)。mod_rails make:command not found
gem install passenger
Building native extensions. This could take a while...
ERROR: Error installing passenger:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb
creating Makefile
make
sh: make: command not found
Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/fastthread-1.0.7 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/fastthread-1.0.7/ext/fastthread/gem_make.out
宝石がインストールされています:
gem -v
1.3.5
ルビーも罰金:
ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]