Rails broken - bundle not working - ovirt-engine-sdk - ERROR: Failed to build gem native extension. Cloud9 AWS

前端 未结 6 2158
名媛妹妹
名媛妹妹 2021-02-10 08:28

I am working through the Ruby on Rails Tutorial (Rails5) by Michael Hartl in the AWS Cloud9 environment. I\'m finishing chapter 11 now. (new to programming as well)

It a

6条回答
  •  眼角桃花
    2021-02-10 09:19

    You can easy solve this on linux/debian or ubuntu by running the following commands:

    sudo apt-get install build-essential libcurl4-openssl-dev
    sudo apt-get install libxml2-dev
    

    You should be fine.

提交回复
热议问题