ruby - rmagick gem is not getting installed on Windows -
i trying install ruby gems ion windows redmine. everytime getting below exception
c:\xampp\htdocs\dev-ruby\redmine>gem install rmagick temporarily enhancing path include devkit... building native extensions. take while... error: error installing rmagick: error: failed build gem native extension. c:/xampp/ruby/railsinstaller/ruby2.2.0/bin/ruby.exe extconf.rb *** extconf.rb failed *** not create makefile due reason, lack of necessary libraries and/or headers. check mkmf.log file more details. may need configuration options. provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=c:/xampp/ruby/railsinstaller/ruby2.2.0/bin/$(ruby_base_name) extconf.rb:141:in ``': no such file or directory - identify -version (errno::enoent) extconf.rb:141:in `configure_compile_options' extconf.rb:16:in `initialize' extconf.rb:548:in `new' extconf.rb:548:in `<main>' extconf failed, exit code 1 gem files remain installed in c:/xampp/ruby/railsinstaller/ruby2.2.0/lib/ruby/gems/2.2.0/gems/rmagick-2.16.0 inspection. results logged c:/xampp/ruby/railsinstaller/ruby2.2.0/lib/ruby/gems/2.2.0/extensions/x86-mingw32/2.2.0/rmagick-2.16.0/gem_make.out
rmagick wrapper imagemagick. extconf.rb
checking presence of imagemagick running identify
, 1 of programs provided imagemagick. isn't finding it, hence no such file or directory
message.
you need install imagemagick , make sure executables in path.
Comments
Post a Comment