ruby-on-rails - 在 RAILS 3.2.13 中安装 rmagick gem 时出错

标签 ruby-on-rails imagemagick rmagick

我收到此错误的任何想法:

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

    /Users/xiruki/.rvm/rubies/ruby-1.9.3-p448/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 /usr/local/bin/gcc-4.2... 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/xiruki/.rvm/rubies/ruby-1.9.3-p448/bin/ruby
    --with-MagickCorelib
    --without-MagickCorelib
    --with-Magicklib
    --without-Magicklib
    --with-Magick++lib
    --without-Magick++lib


Gem files will remain installed in /Users/xiruki/.bundler/tmp/635/gems/rmagick-2.13.1 for inspection.
Results logged to /Users/xiruki/.bundler/tmp/635/gems/rmagick-2.13.1/ext/RMagick/gem_make.out

An error occurred while installing rmagick (2.13.1), and
Bundler cannot continue.
Make sure that `gem install rmagick -v '2.13.1'` succeeds
before bundling.

尝试了很多解决方法,但没有成功。

尝试使 brew doctorbrew update 成功,但没有成功。

我还使用 brew install imagemagick 成功安装了 imagemagick

我还尝试通过执行 ff 卸载并再次安装 imagemagick:

brew uninstall imagemagick
brew install --fresh imagemagick

但似乎在为我的应用程序执行bundle installbundle update rmagick时,一切都还没有正常工作。

我尝试过执行sudo gem install rmagick,奇怪的是它安装成功了。

但无法捆绑我的应用程序,因为它因上述错误而停止。

我的应用正在尝试安装rmagick-2.13.1

查看我本地安装的版本,安装的版本是2.13.2

我认为我非常需要安装该应用程序所需的版本。

顺便说一句,我正在使用 MAC。

最佳答案

好的,所以我刚刚解决了这个问题,因为我正在努力解决同样的问题:

回到新鲜的 imagemagick

这样做:

cd /usr/local/Cellar/imagemagick/6.8.6-3/lib
ln -s libMagick++-6.Q16.dylib libMagick++.dylib
ln -s libMagickCore-6.Q16.dylib libMagickCore.dylib
ln -s libMagickWand-6.Q16.dylib libMagickWand.dylib

您可能需要也可能不需要brew install libtool

然后这样做:

ln -s /usr/local/Cellar/libtool/2.4.2/lib/libltdl.7.dylib /usr/local/lib/libltdl.7.dylib

然后gem install rmagick -v '2.13.1'

这应该可行,所以然后捆绑

祝你好运!

关于ruby-on-rails - 在 RAILS 3.2.13 中安装 rmagick gem 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18386838/

相关文章:

ruby-on-rails - ruby 从数组中添加字符串

sql - 选择在 Rails 中创建的最后一个唯一多态对象

imagemagick:将多个图像居中并调整大小并保留原始文件名

ruby - RMagick 安装 : Can't find MagickWand. h

ruby - rmagick 无法更改字体系列

ruby-on-rails - 我如何在 ruby​​ on rails 中修复未定义的方法 `alias_method_chain' 错误?

ruby-on-rails - rails 3 : Using Simple_form how do I create a form that do a Post to specialities#create?

ruby - 粗鲁的工作不好。该怎么办?

php - 将 PDF 转换为 PNG 供 Tesseract 处理

ruby-on-rails - 如何使用回形针保存 RMagick 处理的图像而不写入文件