Rails和OS X:如何安装rmagick?

38
我已经彻底绝望了 - 我花了一整天的时间在尝试将rmagick gem安装到Mac OS X Lion上,但实际上这是一场悲剧。 我在Google上看到了许多类似的帖子,但没有任何帮助我解决问题。
我尝试通过brew完全卸载imagemagick并重新安装它(这很顺利),然后安装rmagick,但每次尝试安装这个gem时,都会收到以下错误:
Building native extensions.  This could take a while...
ERROR:  Error installing rmagick:
    ERROR: Failed to build gem native extension.

        /Users/adam/.rvm/rubies/ruby-1.9.3-p327/bin/ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
extconf.rb:128: Use RbConfig instead of obsolete and deprecated Config.
checking for clang... yes
checking for Magick-config... yes
checking for ImageMagick version >= 6.4.9... yes
checking for HDRI disabled version of ImageMagick... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for wand/MagickWand.h... yes
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.

*** 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
    --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/adam/.rvm/rubies/ruby-1.9.3-p327/bin/ruby
    --with-MagickCorelib
    --without-MagickCorelib
    --with-Magicklib
    --without-Magicklib
    --with-Magick++lib
    --without-Magick++lib


Gem files will remain installed in /Users/adam/.rvm/gems/ruby-1.9.3-p327/gems/rmagick-2.13.1 for inspection.
Results logged to /Users/adam/.rvm/gems/ruby-1.9.3-p327/gems/rmagick-2.13.1/ext/RMagick/gem_make.out

无论我是通过Gemfile还是通过终端安装gem,都会得到相同的错误输出。
这是imagemagick的版本:imagemagick-6.8.0-10
请问您能否给我一些提示或建议,问题可能出在哪里呢? 非常感谢!

你是否“检查了mkmf.log文件以获取更多详细信息”? - sosborn
说实话,我不知道在哪里找到这个文件(我已经尝试通过聚光灯搜索它,但是得到了很多结果)。 - user984621
1
你是否已经安装了ImageMagick的开发头文件? - Linuxios
Linuxios - 抱歉,但我该如何找到它? - user984621
尝试这个:https://dev59.com/WWox5IYBdhLWcg3wq2EC#30859701 - johndpope
11个回答

0

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接