I am trying to install imagemagick
using homebrew
:
sudo brew install imagemagick
It gets stuck at:
==> ./configure --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g --en
==> make install
How do I debug this? How do I install imagemagick?
Try brew reinstall imagemagick
I also encountered the same problem while trying to install node via brew install node
. So, I just tried brew reinstall node
and it worked for me.
Try with -v parameter to show more information during installation:
brew reinstall -v imagemagick
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With