Skip to content

Instantly share code, notes, and snippets.

@romuloctba
Created August 26, 2016 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romuloctba/a0bae1fb8e152b4dfb9718859e1a9c67 to your computer and use it in GitHub Desktop.
Save romuloctba/a0bae1fb8e152b4dfb9718859e1a9c67 to your computer and use it in GitHub Desktop.
Error Imagemagick Native status 127

Problem:

bin/sh: Magick++-config: command not found
gyp: Call to 'Magick++-config --ldflags --libs' returned exit status 127 while in binding.gyp. while trying to load binding.gyp

Solution: yum install ImageMagick-c++ ImageMagick-c++-devel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment