Nokogiri installation fails -libxml2 is missing

前端 未结 19 2540
情书的邮戳
情书的邮戳 2020-11-27 10:22

I always worked my way around Nokogiri installation issues by following the documentation in the \"Installing Nokogiri\" tutorial.

But this time, even after installi

19条回答
  •  一向
    一向 (楼主)
    2020-11-27 10:38

    Have you tried installing libxml2? Not from rubygems, but via the standard install process for your operating system. On Ubuntu/Debian for example:

    sudo apt-get install libxml2
    

    On any recent version of OS X it should already be installed.

提交回复
热议问题