unable to install nokogiri in ubuntu 12.04

前端 未结 8 1517
-上瘾入骨i
-上瘾入骨i 2021-02-13 03:36

I am trying to setup rails env on my new ubuntu machine. But I am facing trouble while install nokogiri gem.. I have installed libxslt and libxml2 libs thourgh rvm pkg command a

8条回答
  •  生来不讨喜
    2021-02-13 03:53

    Since I stumbled upon this, here's what I did to resolve:

    sudo apt-get install ruby1.9.1-dev
    

提交回复
热议问题