convert crashing

Bradley Giesbrecht brad at pixilla.com
Fri Aug 20 13:06:22 PDT 2010


On Aug 20, 2010, at 12:18 PM, LuKreme wrote:

> On Aug 20, 2010, at 6:39, Bradley Giesbrecht <brad at pixilla.com> wrote:
>
>> Try "port sync" or "port selfupdate" and then upgrade libtool with  
>> "port upgrade libtool" or upgrade outdated with "port upgrade  
>> outdated".
>
> I had done a port upgraded outdated recently. I've uninstalled  
> ImageMagick right now and will reinstall it once I confirm the rest  
> of the system is ok. I've had a lot if crashes recently that I think  
> I've tracked down to a bad 8800 video card. Once everything is  
> working and stable for a couple of days I'll start pitting things  
> back.


Maybe so but this sounds like libltdl.7.dylib version problem:
> Dyld Error Message:
> Library not loaded: /opt/local/lib/libltdl.7.dylib
> Referenced from: /opt/local/bin/convert
> Reason: Incompatible library version: convert requires version  
> 10.0.0 or later, but libltdl.7.dylib provides version 9.0.0


What does otool -L say on your system?

Here is mine, see I have 10.2.0. You were reporting 9.0.0:
$ otool -LD /opt/local/lib/libltdl.7.dylib
/opt/local/lib/libltdl.7.dylib:
	/opt/local/lib/libltdl.7.dylib (compatibility version 10.0.0, current  
version 10.2.0)
	/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current  
version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current  
version 111.1.5)

// Brad


More information about the macports-users mailing list