我已经更新我的系统到Ubuntu 15.04,现在Rmagick无法安装…
它给了我以下错误:
$ gem install rmagick -v '2.13.2' Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. /home/maria/.rvm/rubies/ruby-2.1.1/bin/ruby -r ./siteconf20150428-16155-3f5duq.rb 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... 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.
我安装所需的所有软件包(imagemagick libmagickwand-dev等,我已经尝试了其他问题中描述的所有软件包)
有人有同样的问题吗? 任何线索?
在更新到15.04之前,一切正常
编辑我设法使其工作清除imagemagick和安装从源http://www.imagemagick.org/script/install-source.php?ImageMagick=9s6tlikqbn5eb0u0spg5o38sa4#unix
现在给我这个错误:RMagick的这个安assembly置了ImageMagick 6.9.1,但ImageMagick 6.8.9-9正在使用中。
我有同样的问题,我修正了更新rmagick。 我做的是:
sudo apt-get install libmagickwand-dev imagemagick bundle update rmagick
现在捆绑工作正常。
我在Ubuntu的15.04,并能够通过指定版本的rmagick得到它
gem 'rmagick', '2.15.0'
我在干净的Ubuntu 15.4安装中遇到了同样的问题。 升级rmagick
从2.13.2
到2.15.0
帮助。
我试过的东西,没有帮助:
/usr/include/wand
手动符号链接magick_wand.h
; libmagickcore-dev
。 希望能帮助到你。