1
herokuのインストール中に次のエラーが表示されます。ubuntuにheroukuをインストールする10.10
[email protected]:~/apps/pm$ sudo gem install heroku
Building native extensions. This could take a while...
ERROR: Error installing heroku:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb
extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:1
Gem files will remain installed in /var/lib/gems/1.8/gems/json-1.4.6 for inspection.
Results logged to /var/lib/gems/1.8/gems/json-1.4.6/ext/json/ext/generator/gem_make.out
[email protected]:~/apps/pm$
おかげで解決しました。 :) – Shankar
私はherokuをインストールすることができました..しかし、herokuコマンドのどれも動作していません。 "heroku:command not found" – Shankar
実行できるようにするには、パスに追加する必要があります。私の場合は/var/lib/gems/1.8/binにあります – axk