nokogiri gem installation error

后端 未结 17 829
庸人自扰
庸人自扰 2020-11-30 21:04

I know there are a lot of questions about this gem but no answer has worked for me.

When I run in SSH gem install nokogiri I get this error:

<         


        
17条回答
  •  -上瘾入骨i
    2020-11-30 21:52

    This worked for me with OS X Yosemite.

    gem install nokogiri -v 1.6.5 -- --use-system-libraries
    

提交回复
热议问题