I needed gem ruby-filemagic for some requirements in my project. While running bundle install its giving me this error
*** ERROR: missing required library to compile this module *** extconf.rb failed ***
Please help me with this problem.
Advertisement
Answer
sudo apt-get install libmagic-dev
did it for me