I just installed ImageMagick, and I get this error when I try to run convert:
dyld: Library not loaded: /ImageMagick-6.7.9/lib/libjpeg.8.dylib
Referenced from: /Users/sam/ImageMagick/ImageMagick-6.8.0/bin/convert
Reason: image not found
Trace/BPT trap: 5
This seems to me like the 6.8.0 release still references version 6.7.9. Is this a bug? How do I fix it? If not, how do I get around it?
convert library issues with version 6.8.0
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert library issues with version 6.8.0
I think you may have two version of libjpeg or an older one: one is v6 and one v8 and IM is expecting the v8 version.