nokogiri - ERROR: Failed to build gem native extension

前端 未结 8 1315
既然无缘
既然无缘 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:41

    Thanks all - As i updated to Lion, I needed to install x code 4.1 to get the correct files behind the scenes for the bundler to install all of the correct bundles. All working sweet now!

    0 讨论(0)
  • 2020-12-11 16:43

    I tried a number of different solutions, but what finally worked for me was simply using a different version of 1.9.2.

    I was having the same problem with 1.9.2-p280, but when I switched to 1.9.2-p180, I was able to install with out problems. Can't tell you why this worked, but it did.

    I am running Lion and RVM (1.8.6).

    0 讨论(0)
提交回复
热议问题