How to install filemagic (libmagic) in Heroku?

This is usually a brew install libmagic

I need this because ruby-filemagic 'Ruby Gem needs it.

+5
source share
1 answer

Try brew install magic

If you do not have the libmagic.1.dylib file on your system, you need to install it using the port command

   sudo port install file
-6
source

All Articles