rmagick and OS X Lion

前端 未结 6 1400
迷失自我
迷失自我 2020-12-08 06:23

Just upgraded (i.e. not a new install) to Lion from Leopard and my previously well-working rmagick now doesn\'t work anymore and gives me this error:


Your Rack

6条回答
  •  伪装坚强ぢ
    2020-12-08 07:18

    On Mac OSX Lion (10.7) with imagemagick installaed through homebrew this one fixed my problem:

    First of all remove the broken rmagick from your rvm installation path: ~/.rvm/gems/ruby-1.9.3-p194/gems/

    Afterwards reinstall imagemagick through brew and then run bundle again:

    brew uninstall imagemagick
    brew install imagemagick
    bundle
    

提交回复
热议问题