ruby on rails installing JSON ubuntu error

前端 未结 2 2027
一个人的身影
一个人的身影 2021-01-12 23:54

Hey I am new to rails (as well as linux) and I keep getting this error:

Installing json (1.7.5) with native extensions 
Gem::Installer::ExtensionBuildError:          


        
2条回答
  •  既然无缘
    2021-01-13 00:47

    Installing the ruby1.9.1-dev package should fix this for you

    sudo apt-get install ruby1.9.1-dev
    

提交回复
热议问题