web-dev-qa-db-ja.com

「rmagick」gemインストールの問題

CentOSに "rmagick" gemをインストールしようとすると問題が発生します。以下は私が持っている出力です。誰も私が不足しているパッケージを特定するのを手伝ってくれますか?上記のすべてのスタックオーバーフロースレッドをインストールしました: RMagick install error

Building native extensions.  This could take a while...
ERROR:  Error installing rmagick:
    ERROR: Failed to build gem native extension.

        /usr/local/bin/Ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... yes
checking for ImageMagick version >= 6.4.9... yes
checking for HDRI disabled version of ImageMagick... yes
Package MagickCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `MagickCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'MagickCore' found
Package MagickCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `MagickCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'MagickCore' found
Package MagickCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `MagickCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'MagickCore' found
Package MagickCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `MagickCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'MagickCore' found
checking for stdint.h... yes
checking for sys/types.h... yes
checking for wand/MagickWand.h... no

Can't install RMagick 2.13.2. Can't find MagickWand.h.
*** 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=/usr/local/bin/Ruby


Gem files will remain installed in /usr/local/lib/Ruby/gems/1.9.1/gems/rmagick-2.13.2 for inspection.
Results logged to /usr/local/lib/Ruby/gems/1.9.1/gems/rmagick-2.13.2/ext/RMagick/gem_make.out

提案に従った後、今、私はこの出力を得ています:

Building native extensions.  This could take a while...
ERROR:  Error installing rmagick:
    ERROR: Failed to build gem native extension.

        /usr/local/bin/Ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... 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... *** 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=/usr/local/bin/Ruby
/usr/local/lib/Ruby/1.9.1/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:506:in `try_cpp'
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:931:in `block in have_header'
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:790:in `block in checking_for'
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:284:in `block (2 levels) in postpone'
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:254:in `open'
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:284:in `block in postpone'
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:254:in `open'
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:280:in `postpone'
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:789:in `checking_for'
    from /usr/local/lib/Ruby/1.9.1/mkmf.rb:930:in `have_header'
    from extconf.rb:194:in `<main>'


Gem files will remain installed in /usr/local/lib/Ruby/gems/1.9.1/gems/rmagick-2.13.2 for inspection.
Results logged to /usr/local/lib/Ruby/gems/1.9.1/gems/rmagick-2.13.2/ext/RMagick/gem_make.out

Mkmf.logの出力:

checking for HDRI disabled version of ImageMagick... -------------------- yes

--------------------

"gcc -o conftest -I/usr/local/include/Ruby-1.9.1/x86_64-linux -I/usr/local/include/Ruby-1.9.1/Ruby/backward -I/usr/local/include/Ruby-1.9.1 -I.  -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-6    -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-6   conftest.c  -L. -L/usr/local/lib -Wl,-R/usr/local/lib  -L/usr/lib -lMagickCore-6.Q16      -L/usr/lib -lMagickCore-6.Q16    -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby-static  -lpthread -lrt -ldl -lcrypt -lm   -lc"
/usr/bin/ld: skipping incompatible /usr/lib/libMagickCore-6.Q16.so when searching for -lMagickCore-6.Q16
/usr/bin/ld: skipping incompatible /usr/lib/libMagickCore-6.Q16.so when searching for -lMagickCore-6.Q16
/usr/bin/ld: skipping incompatible /usr/lib/libMagickCore-6.Q16.so when searching for -lMagickCore-6.Q16
/usr/bin/ld: cannot find -lMagickCore-6.Q16
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "Ruby.h"

Gem_make.outの出力は、上記の端末出力と同じです。

65
Rana

インストールしてみてください

  Sudo apt-get install libmagickwand-dev imagemagick
132
Sachin Singh

この MacOS SierraでRMagick 2.16を使用するImageMagick 7はMagickWand.hを見つけられません Rmagick 2.16で動作します。

brew install imagemagick@6
brew link --force imagemagick@6
gem install rmagick
33
mmell

エラーメッセージは言う:

Package MagickCore was not found in the pkg-config search path.
Perhaps you should add the directory containing `MagickCore.pc'
to the PKG_CONFIG_PATH environment variable
No package 'MagickCore' found

パッケージがまったくないようです。pkg-configの場所MagickCore.pcファイルを使用して、拡張機能を構築します。パッケージをインストールした場合ImageMagick-develyumを使用すると、ファイルはディレクトリ内にあるはずです/usr/lib/pkgconfigまたは/usr/lib64/pkgconfig(アーキテクチャーに依存)。このコマンドで確認してください(そうでない場合は、AMD64マシンを使用していると思いますlib64 with lib):

$ find /usr/lib64/pkgconfig -name MagickCore.pc

ファイルがそこにある場合は、次のコマンドでrmagickをインストールするだけです。

$ PKG_CONFIG_PATH='/usr/lib64/pkgconfig' gem install rmagick
17
toro2k

Brewを搭載したMacの場合、単純に..

brew install imagemagick

その後、gem install imagemagickはスムーズに動作します。

7
Fadils

問題は、エラーが示すように、

パッケージMagickCoreがpkg-config検索パスで見つかりませんでした

そこで解決策も提案されています。

MagickCore.pcを含むディレクトリをPKG_CONFIG_PATH環境変数に追加します

そう、

  1. 検索MagickCore.pc場所:

    Sudo find / -name MagickCore.pc
    
  2. 見つからない場合は、おそらくImageMagickがシステムにインストールされていない可能性があります。それからインストールします(OSに依存するため、Googleでの実行方法)。

  3. そのようにENV変数に保存します(手順1で見つかったパスを必ず配置してください)。

    PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
    
  4. RMagickのインストールを再試行してください

5
Sergey Pedan

パッケージが不足しているようには見えません。エラーメッセージは重要です。

おそらく、 `MagickCore.pc 'を含むディレクトリをPKG_CONFIG_PATH環境変数に追加する必要があります

このスーパーユーザーの複製 に関するいくつかの答えは良いアドバイスを与えます。

Debian(不安定)では、このエラーを解決するために必要な正しいパッケージはlibmagickcore-6.q16-devimagemagickおよびlibmagickwand-6-headersでした

apt-file search MagickCore.pcapt-file search MagickWand.hを使用してそれらを見つけました

1
Spikolynn