Mountain Lion - LibXML & Nokogiri

前端 未结 9 1595
一整个雨季
一整个雨季 2020-12-24 12:34

I\'ve just updated to OS X Mountain Lion and I\'m getting the following when working with rails and terminal.

WARNING: Nokogiri was built against LibXML vers         


        
9条回答
  •  失恋的感觉
    2020-12-24 13:36

    I just had this problem.

    My problem was solved surprisingly easily.

    gem uninstall nokogiri

    Selected all versions

    Then gem install nokogiri and it went away.

    if you are using home-brew, you can brew update and brew doctor. Upgrading to mountain lion even removed my git and stuff. I installed it back by installing cc tools in Xcode and using brew doctor to make sure it's raring to go before the above.

提交回复
热议问题