RoR用にUbuntu 12.04 LTSサーバーをセットアップしました。 rvmとgitを正常にインストールしました。ただし、zlibおよびRuby 1.9.3のrvmでインストールが失敗しました。 $rvm install 1.9.3
のエラーログは次のとおりです。
checking pthread.h presence... yes
checking for pthread.h... yes
checking for if make is GNU make... ./configure: line 17125: make: command not found
問題はGNU Makeにあるようです。修正する解決策はありますか?本当にありがとう。
$rvmsudo apt-get install make
問題を解決しました。