convert library issues with version 6.8.0

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
samwbell
Posts: 1
Joined: 2012-11-27T15:36:10-07:00
Authentication code: 6789

convert library issues with version 6.8.0

Post 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?
User avatar
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

Post 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.
Post Reply