我已经更新我的系统到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等,我已经尝试了其他问题中描述的所有软件包)
有人有同样的问题吗? 任何线索?
ImageMagick:如何在调整大量图像文件的同时实现低内存使用率?
从embedded字体的pdf文件中提取文本
如何在windows XP中安装rmagick与ruby1.9.3
找不到Magick ++头文件
在linux上使用ImageMagick命令行进行批量转换时,结果损坏
在更新到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正在使用中。
有没有办法使脚本自动更正扫描的文件?
为什么这个Pythonsubprocess命令仅在windows上的shell = True时才起作用?
如何在windows 7上安装ImageMagick以使用PHP(3)
batch file在合并时不会运行(在batch file中退出ghostscript)
打包使用ImageMagick C API的应用程序
我有同样的问题,我修正了更新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 。
希望能帮助到你。
总结以上是内存溢出为你收集整理的找不到魔杖/ MagickWand.h全部内容,希望文章能够帮你解决找不到魔杖/ MagickWand.h所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)