Can't find wand/MagickWand.h

前端 未结 4 1292
难免孤独
难免孤独 2021-02-20 02:31

I have update my system to Ubuntu 15.04 and now Rmagick can\'t be installed...

It gives me the following error:

$ gem install rmagick -v \'2.13.2\'
Build         


        
4条回答
  •  梦谈多话
    2021-02-20 03:34

    I had the same problem and I fixed it up updating rmagick. What I did was:

    sudo apt-get install libmagickwand-dev imagemagick
    bundle update rmagick
    

    And now bundle works correctly.

提交回复
热议问题