rmagick gemをインストールしようとすると、以下のエラーが表示されます。私は、RVM、Ruby 1.9.2-head、およびRails 3.05を使用するSnowleopard 10.6を使用しています。同様の質問への回答として、ImageMagickのインストールが推奨されました。「libmagick9-devライブラリ」のインストールを提案する人もいますが、これを行う方法がわかりません。
私は新しい開発者です。既存の説明やリソースへの支援や指示は大歓迎です。ありがとう!
jjdevenuta(opal)$ gem install rmagick
Fetching: rmagick-2.13.1.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing rmagick:
ERROR: Failed to build gem native extension.
/Users/jjdevenuta/.rvm/rubies/ruby-1.9.2-head/bin/ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... no
Can't install RMagick 2.13.1. Can't find Magick-config in /Users/jjdevenuta/.rvm/gems/ruby-1.9.2-head@rails3/bin:/Users/jjdevenuta/.rvm/gems/ruby-1.9.2-head@global/bin:/Users/jjdevenuta/.rvm/rubies/ruby-1.9.2-head/bin:/Users/jjdevenuta/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/X11/bin
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/jjdevenuta/.rvm/rubies/ruby-1.9.2-head/bin/ruby
更新 Mac / OS Xユーザーの場合、Homebrewをパッケージのインストーラー/マネージャーとして使用することを強くお勧めします。あなたはそれをここで見つけることができます。最初にこの質問をしてから、rmagickやimagemagickなどの以前のインストールをすべて削除し、Homebrewを使用して再インストールしました。パッケージの膨大なカタログと非常に簡単で、更新/アンインストールも簡単です!