找不到 GNU Make - 如何在 12.04 上安装 GNU Make

use*_*363 4 rvm ruby make

我们已经为 RoR 设置了一个 Ubuntu 12.04 LTS 服务器。我们确实成功安装了 rvm 和 git。但是,使用 rvm for zlib 和 ruby​​ 1.9.3 安装失败。这是错误日志$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
Run Code Online (Sandbox Code Playgroud)

问题似乎出在 GNU Make 上。有什么解决方法可以解决吗?非常感谢。

use*_*363 11

$rvmsudo apt-get install make
Run Code Online (Sandbox Code Playgroud)

解决了这个问题。