Failed to build gem native extension when install RedCloth-4.2.9 install Linux

前端 未结 8 2210
清酒与你
清酒与你 2020-12-23 15:14

I want to install Octopress in my computer. I try to do it like

Octopress document.

When I run

bundle install

8条回答
  •  情歌与酒
    2020-12-23 15:36

    Make sure you also have the build-essential package installed. You can check using

    dpkg -l | grep build-essential

    or simply install it without checking

    sudo apt-get install build-essential

    For me on Ubuntu 14.04.1 LTS, after making sure build-essential is installed, the bundle install command works/builds fine also with Ruby 1.9.3.

提交回复
热议问题