Page 1 of 1

convert library issues with version 6.8.0

Posted: 2012-11-27T15:39:23-07:00
by samwbell
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?

Re: convert library issues with version 6.8.0

Posted: 2012-11-27T17:10:08-07:00
by fmw42
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.