安装RedCloth时出错

Grz*_*orz 1 ruby rubygems redcloth

在尝试在openSuse上安装RedCloth时,我得到了这个错误:

sudo gem install RedCloth
Building native extensions.  This could take a while...
ERROR:  Error installing RedCloth:
        ERROR: Failed to build gem native extension.

/usr/bin/ruby extconf.rb
creating Makefile

make
sh: make: nie znaleziono polecenia


Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/RedCloth-4.2.3 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/RedCloth-4.2.3/ext/redcloth_scan/gem_make.out
Run Code Online (Sandbox Code Playgroud)

我试图谷歌这个并且把所有东西都搞砸了.所以我需要帮助.

nic*_*ckf 5

我只是有这个同样有类似的问题,并通过安装红宝石dev软件包固定它.对我来说,命令是:

sudo apt-get install ruby1.9.1-dev
Run Code Online (Sandbox Code Playgroud)

我在这个博客上找到了答案(以及对问题的更好描述).

这不完全是这个问题的答案,但希望它对那些偶然发现这个页面的人有用.