Mountain Lion - LibXML & Nokogiri

前端 未结 9 1601
一整个雨季
一整个雨季 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:30

    I was having similar issues installing nokogiri gem on ruby 1.9.2 Apparently Apple upgraded gcc... I fixed this with a symlink and then the gem installed just fine:

    sudo ln -s /usr/bin/gcc /usr/bin/gcc-4.2

提交回复
热议问题