I'm on a Mac and am having problems with Emacs and libmagick.
Right now, Emacs exits and prints:
Library not loaded: /usr/local/opt/imagemagick/lib/libMagickWand-6.Q16.2.dylib
Referenced from: /usr/local/Cellar/emacs-plus/24.5/Emacs.app/Contents/MacOS/Emacs
reason: image not found
But, that file does exist.
[I] bheesham.persaud $ file /usr/local/opt/imagemagick/lib/libMagickWand-6.Q16.2.dylib
/usr/local/opt/imagemagick/lib/libMagickWand-6.Q16.2.dylib: Mach-O 64-bit dynamically linked shared library x86_64
A similar error pops up in the macOS Report Problem dialog when trying to launch an Emacs GUI.
What do I need to do to get Emacs to recognize the imagemagick library?
Additional information:
Process: Emacs [96152]
Path: /usr/local/Cellar/emacs-plus/24.5/Emacs.app/Contents/MacOS/Emacs
Identifier: org.gnu.Emacs
Version: Version 24.5 (9.0)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Emacs [96152]
libMagickCore
and you have shown thatlibMagickWand
exists. Also, can you give a little more background? Is this the first time you have installed emacs 24.5? If not, were you using this version before and it suddenly stopped working? – nispio Dec 19 '16 at 17:47--with-imagemagick
option if you want it to work again. – Chakravarthy Raghunandan Dec 19 '16 at 17:49The file I
– Bheesham Persaud Dec 19 '16 at 19:04stat
'd, was from the error that the command line Emacs gave, which turns out was a different version.