nokogiri - ERROR: Failed to build gem native extension

前端 未结 8 1325
既然无缘
既然无缘 2020-12-11 15:59

I updated to the developer release of Lion and noticed I couldn\'t start rails apps anymore. Whenever I try to sudo bundle install, I get the following error:

8条回答
  •  再見小時候
    2020-12-11 16:25

    Install the ruby1.8-dev gem (or rather, the applicable *-dev gem), which will include all the header files. See: This question

提交回复
热议问题