Error installing rmagick: ERROR: Failed to build gem native extension

后端 未结 19 2715
眼角桃花
眼角桃花 2020-12-04 15:09

I am trying to run one project on my local machine. I installed Ruby and Rails on my Mac OS system. It is working properly. I can create a new project and can run it properl

相关标签:
19条回答
  • 2020-12-04 16:08

    First, make sure you've installed Imagemagick :

    $ sudo apt-get install imagemagick
    

    Now, it can build the gem native extension.

    Then, install the Rmagick gem :

    $ sudo gem install rmagick
    
    0 讨论(0)
提交回复
热议问题