Rails & RMagickがセグメンテーションフォールトで強制終了する

brew install -f imagemagick --disable-openmp

http://stackoverflow.com/questions/2838307/why-is-this-rmagick-call-generating-a-segmentation-fault


"--disable-openmp" でソースからインストール
http://kasahi.blogspot.jp/2011/02/imagemagickimagiksegmentation-fault.html
だめ.

きれいにしてからやりましょう.

brew remove imagemagick
rm -rf `brew --cache imagemagick`
brew install -f imagemagick --disable-openmp

http://nepalonrails.tumblr.com/post/9290788255/segmentation-fault-when-installing-imagemagick
これでもうまくいかない.

Monoをアンインストールせよとのことなので,これを試す.
https://github.com/mxcl/homebrew/issues/5478
シェルからアンインストールスクリプトを実行.
無事にImagemagickが再インストールできた。

しかしMonoフレームワークPythonRhinoで動かすときに
必要なんだよなぁ。
あとで何とかしたい。