Advertisement
Guest User

Untitled

a guest
Oct 15th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. peacedefender@PeaceDefender:~/ayshy$ sudo ldconfig
  2. peacedefender@PeaceDefender:~/ayshy$ gem install rmagick
  3. Building native extensions. This could take a while...
  4. ERROR: Error installing rmagick:
  5. ERROR: Failed to build gem native extension.
  6.  
  7. /home/peacedefender/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
  8. checking for Ruby version >= 1.8.5... yes
  9. extconf.rb:128: Use RbConfig instead of obsolete and deprecated Config.
  10. checking for gcc... yes
  11. checking for Magick-config... yes
  12.  
  13. Warning: Found more than one ImageMagick installation. This could cause problems at runtime.
  14. /usr/local/bin/Magick-config reports version 6.7.7 Q16 is installed in /usr/local
  15. /usr/bin/Magick-config reports version 6.6.9 Q16 is installed in /usr
  16. Using 6.7.7 Q16 from /usr/local.
  17.  
  18. checking for ImageMagick version >= 6.4.9... yes
  19. checking for HDRI disabled version of ImageMagick... yes
  20. checking for stdint.h... yes
  21. checking for sys/types.h... yes
  22. checking for wand/MagickWand.h... yes
  23. checking for InitializeMagick() in -lMagickCore... no
  24. checking for InitializeMagick() in -lMagick... no
  25. checking for InitializeMagick() in -lMagick++... no
  26. 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.
  27.  
  28. *** extconf.rb failed ***
  29. Could not create Makefile due to some reason, probably lack of
  30. necessary libraries and/or headers. Check the mkmf.log file for more
  31. details. You may need configuration options.
  32.  
  33. Provided configuration options:
  34. --with-opt-dir
  35. --with-opt-include
  36. --without-opt-include=${opt-dir}/include
  37. --with-opt-lib
  38. --without-opt-lib=${opt-dir}/lib
  39. --with-make-prog
  40. --without-make-prog
  41. --srcdir=.
  42. --curdir
  43. --ruby=/home/peacedefender/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
  44. --with-MagickCorelib
  45. --without-MagickCorelib
  46. --with-Magicklib
  47. --without-Magicklib
  48. --with-Magick++lib
  49. --without-Magick++lib
  50.  
  51.  
  52. Gem files will remain installed in /home/peacedefender/.rvm/gems/ruby-1.9.3-p194/gems/rmagick-2.13.1 for inspection.
  53. Results logged to /home/peacedefender/.rvm/gems/ruby-1.9.3-p194/gems/rmagick-2.13.1/ext/RMagick/gem_make.out
  54. peacedefender@PeaceDefender:~/ayshy$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement