gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-04 04:44:34 25 4
gpt4 key购买 nike

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

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

我还尝试通过执行以下操作卸载并重新安装 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'
这应该有效,那么 bundle
祝你好运!

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

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com