Подтвердить что ты не робот

Проблема установки "rmagick" gem

У меня возникла проблема при установке "rmagick" gem на centos. Ниже приводится вывод, который у меня есть. Может ли кто-нибудь помочь мне определить какой пакет мне не хватает? Я установил все упомянутые другие потоки: Ошибка установки RMagick

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 аналогичен выходному выводу терминала.

4b9b3361

Ответ 1

попробуйте установить

  sudo apt-get install libmagickwand-dev imagemagick

Ответ 3

В сообщении об ошибке говорится:

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-devel с помощью yum, файл должен находиться внутри каталога /usr/lib/pkgconfig или /usr/lib64/pkgconfig (в зависимости от вашей архитектуры). Проверьте эту команду (теперь я предполагаю, что вы находитесь на машине amd64, если это не так, замените lib64 на lib):

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

Если файл есть, вам просто нужно установить rmagick с помощью этой команды:

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

Ответ 4

Для Mac с Brew просто..

brew install imagemagick

Тогда gem install imagemagick будет работать плавно.

Ответ 5

Не похоже, что вам не хватает каких-либо пакетов. Сообщение об ошибке важно:

Возможно, вам следует добавить каталог, содержащий `MagickCore.pc ' к переменной среды PKG_CONFIG_PATH

Несколько ответов на дубликат этого суперпользователя дают хорошие советы.

Ответ 6

В debian (неустойчивый) правильные пакеты, необходимые для устранения этой ошибки, были libmagickcore-6.q16-dev, imagemagick и libmagickwand-6-headers

Я нашел их, используя apt-file search MagickCore.pc и apt-file search MagickWand.h

Ответ 7

Проблема заключается в том, что, как указывает ошибка,

Пакет MagickCore не найден в пути поиска pkg-config

Решение также предлагается там:

добавьте каталог, содержащий MagickCore.pc в переменную среды PKG_CONFIG_PATH

Итак,

  • Найдите местоположение MagickCore.pc:

    sudo find / -name MagickCore.pc
    
  • Если он не найден, возможно, ImageMagick не установлен в вашей системе - затем установите его (Google, как это сделать, поскольку это зависит от ОС)

  • Сохраните его в ENV var, как это (не забудьте указать путь, найденный на шаге 1):

    PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/MagickCore.pc
    
  • Повторить установку RMagick