-1

I download redmine in github And open the application After give bundle install

An error occurred while installing rmagick (2.16.0), and Bundler cannot continue. Make sure that gem install rmagick -v '2.16.0' succeeds before bundling.

To see why this extension failed to compile, please check the mkmf.log which can be found here:

/home/supranimbus12/.rvm/gems/ruby-2.3.0@global/extensions/x86_64-linux/2.3.0/rmagick-2.16.0/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in /home/supranimbus12/.rvm/gems/ruby-2.3.0@global/gems/rmagick-2.16.0 for inspection. Results logged to /home/supranimbus12/.rvm/gems/ruby-2.3.0@global/extensions/x86_64-linux/2.3.0/rmagick-2.16.0/gem_make.out

An error occurred while installing rmagick (2.16.0), and Bundler cannot continue. Make sure that gem install rmagick -v '2.16.0' succeeds before bundling.

In Gemfile: rmagick

shivam
  • 16,048
  • 3
  • 56
  • 71
Dhinakaran
  • 815
  • 2
  • 7
  • 15
  • 1
    Do what it tells you. Start with `gem install rmagick -v '2.16.0'` and then check the logs if it doesn't work. See what the logs tell you. – kuwantum Jan 12 '18 at 05:18
  • _“I download redmine in github And open the application After give bundle install”_ —thanks for sharing; it would be a better fit somewhere on your personal blog, tho. – Aleksei Matiushkin Jan 12 '18 at 07:17
  • Possible duplicate of [Error installing rmagick: ERROR: Failed to build gem native extension](https://stackoverflow.com/questions/19274293/error-installing-rmagick-error-failed-to-build-gem-native-extension) – vich Jan 12 '18 at 22:10

1 Answers1

0

Please make sure you install Imagemagick first. If you are using ubuntu, then you can use apt-get to install Imagemagick. Also maybe you need to install libmagickwand-dev.

fmw42
  • 46,825
  • 10
  • 62
  • 80
Ning Ding
  • 92
  • 1
  • 9