Advertisement
Guest User

Untitled

a guest
Oct 14th, 2012
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  2.  
  3. /home/peacedefender/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
  4. checking for Ruby version >= 1.8.5... yes
  5. extconf.rb:128: Use RbConfig instead of obsolete and deprecated Config.
  6. checking for gcc... yes
  7. checking for Magick-config... yes
  8. checking for ImageMagick version >= 6.4.9... yes
  9. checking for HDRI disabled version of ImageMagick... yes
  10. checking for stdint.h... yes
  11. checking for sys/types.h... yes
  12. checking for wand/MagickWand.h... yes
  13. checking for InitializeMagick() in -lMagickCore... no
  14. checking for InitializeMagick() in -lMagick... no
  15. checking for InitializeMagick() in -lMagick++... no
  16. 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.
  17.  
  18. *** extconf.rb failed ***
  19. Could not create Makefile due to some reason, probably lack of
  20. necessary libraries and/or headers. Check the mkmf.log file for more
  21. details. You may need configuration options.
  22.  
  23. Provided configuration options:
  24. --with-opt-dir
  25. --with-opt-include
  26. --without-opt-include=${opt-dir}/include
  27. --with-opt-lib
  28. --without-opt-lib=${opt-dir}/lib
  29. --with-make-prog
  30. --without-make-prog
  31. --srcdir=.
  32. --curdir
  33. --ruby=/home/peacedefender/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
  34. --with-MagickCorelib
  35. --without-MagickCorelib
  36. --with-Magicklib
  37. --without-Magicklib
  38. --with-Magick++lib
  39. --without-Magick++lib
  40.  
  41.  
  42. Gem files will remain installed in /home/peacedefender/.rvm/gems/ruby-1.9.3-p194/gems/rmagick-2.13.1 for inspection.
  43. Results logged to /home/peacedefender/.rvm/gems/ruby-1.9.3-p194/gems/rmagick-2.13.1/ext/RMagick/gem_make.out
  44. An error occured while installing rmagick (2.13.1), and Bundler cannot continue.
  45. Make sure that `gem install rmagick -v '2.13.1'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement