我们已经为RoR设置了一个Ubuntu12.04LTS服务器。我们成功地安装了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制造。有什么解决办法吗?非常感谢。
发布于 2012-05-01 18:47:47
$rvmsudo apt-get install make解决了问题。
https://askubuntu.com/questions/129382
复制相似问题