Page 1 of 1
Incompatible Library Version
Posted: 2012-02-20T02:10:59-07:00
by smar
Hi
I have just downloaded and installed the OSX binary for ImageMagick 6.7.5 onto Lion (10.7.3). However, running convert keeps giving me the following error:
dyld: Library not loaded: /opt/local/lib/libltdl.7.dylib
Referenced from: /opt/ImageMagick-6.7.5/bin/convert
Reason: Incompatible library version: convert requires version 11.0.0 or later, but libltdl.7.dylib provides version 10.0.0
Trace/BPT trap: 5
I don't have ports or homebrew installed (not enough disk space left for XCode) and so any help with getting these binaries to work would be appreciated.
Thanks
smar.
Re: Incompatible Library Version
Posted: 2012-02-20T05:16:14-07:00
by magick
We will release a new Mac OS X distribution within a day or two that includes libltdl or is built statically. Thanks,
Re: Incompatible Library Version
Posted: 2012-02-20T06:32:10-07:00
by smar
Thanks, that's great. I'll wait for the new build.
Re: Incompatible Library Version
Posted: 2012-03-23T06:19:28-07:00
by faberdp
I have installed IM on an Intel Mac running Mac OS X 10.6 (Snow Leopard). I get the same error:
utility1-Mac-Pro:~ switch$ convert
dyld: Library not loaded: /usr/lib/libltdl.7.dylib
Referenced from: /Applications/ImageMagick-6.7.5/bin/convert
Reason: Incompatible library version: convert requires version 10.0.0 or later, but libltdl.7.dylib provides version 9.0.0
Trace/BPT trap
Can you point me to a compatible version d/l
Re: Incompatible Library Version
Posted: 2012-04-11T00:28:26-07:00
by RogueSheep
I am encountering the same problem with different version numbers:
Code: Select all
Version: ImageMagick 6.7.6-0 2012-04-07 Q16 http://www.imagemagick.org
The followoing error occurs:
Code: Select all
Process: convert [96099]
Path: /opt/local/bin/convert
Identifier: convert
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: httpd [96019]
Date/Time: 2012-04-10 16:56:52.130 +0200
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: /opt/local/lib/libjpeg.8.dylib
Referenced from: /opt/local/bin/convert
Reason: Incompatible library version: convert requires version 13.0.0 or later, but libjpeg.8.dylib provides version 12.0.0
Binary Images:
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <DB8B8AB0-0C97-B51C-BE8B-B79895735A33> /usr/lib/dyld
Is a new, updated version available? If so, where can it be downloaded?
Re: Incompatible Library Version
Posted: 2012-04-20T00:44:02-07:00
by RogueSheep
*bump*
Is anybody reading this forum?
Re: Incompatible Library Version
Posted: 2012-04-22T22:20:44-07:00
by anthony
Yes they are.
You can download from the main site!
Re: Incompatible Library Version
Posted: 2012-04-24T07:42:43-07:00
by RogueSheep
Hi Anthony,
thanks for responding, the version I have currently installed (as suggested on the main site using MacPorts) is 6.7.6 and seems to be the latest version.
If there is a newer version available could you point me towards it? Feeling very noob-ish for not being able to find it.
Thanks,
Pascal