rvm 内に rmagick をインストールしているときに、このエラーが発生し続けます。
checking for InitializeMagick() in -lMagickCore... no
checking for InitializeMagick() in -lMagick... no
checking for InitializeMagick() in -lMagick++... no
Can't install RMagick 2.13.1. Can't find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information.
これが私の現在の設定です:
Snow Leopard 10.6.7
XCode 3.2.6
RVM 1.6.1
Ruby Over RVM (ree1.8.7)
Homebrew 0.8
ImageMagick 6.6.9-4 c/o Homebrew
Homebrew で imagemagick をインストールした後、システム ruby を使用して rmagick をインストールできました。
rvm system
sudo gem install rmagick
何か案は?