Version incompatibility?

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
Miko
Posts: 1
Joined: 2011-10-14T01:10:36-07:00
Authentication code: 8675308

Version incompatibility?

Post by Miko »

Hi,

Not sure if this is the correct location to post this, but I'm having an error while trying to use ImageMagick.
I'm getting this:
error output: dyld: Library not loaded: /usr/X11/lib/libpng15.15.dylib;
Reason: Incompatible library version: identify requires version 20.0.0 or later, but libpng15.15.dylib provides version 17.0.0;
Someone knows where I can find the version 20.0.0? Also not really sure which library his talking about, X11?

I'm running OS X Lion 10.7.1

Thanks!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Version incompatibility?

Post by magick »

Try downloading the Mac OS X ImageMagick binary again. We updated the binary to link to a static version of the PNG delegate library.
Post Reply