Advertisement
Guest User

v

a guest
Jul 10th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.19 KB | None | 0 0
  1. gem install rmagick
  2. Building native extensions.  This could take a while...
  3. ERROR:  Error installing rmagick:
  4.         ERROR: Failed to build gem native extension.
  5.  
  6.         /usr/local/bin/ruby18 extconf.rb
  7. checking for Ruby version >= 1.8.5... yes
  8. checking for cc... yes
  9. checking for Magick-config... no
  10. Can't install RMagick 2.13.1. Can't find Magick-config in /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
  11.  
  12. *** extconf.rb failed ***
  13. Could not create Makefile due to some reason, probably lack of
  14. necessary libraries and/or headers.  Check the mkmf.log file for more
  15. details.  You may need configuration options.
  16.  
  17. Provided configuration options:
  18.         --with-opt-dir
  19.         --without-opt-dir
  20.         --with-opt-include
  21.         --without-opt-include=${opt-dir}/include
  22.         --with-opt-lib
  23.         --without-opt-lib=${opt-dir}/lib
  24.         --with-make-prog
  25.         --without-make-prog
  26.         --srcdir=.
  27.         --curdir
  28.         --ruby=/usr/local/bin/ruby18
  29.  
  30.  
  31. Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.13.1 for inspection.
  32. Results logged to /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.13.1/ext/RMagick/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement