Hi.
I get an error message when I try to run 'display' program of ImageMagick
software package. The message says:

% display figure.eps
dyld: display version mismatch for library: /usr/X11R6/lib/libfreetype.6.dylib (compatibility version of user: 10.0.0 greater than library's version: 6.2.0)
Trace/BPT trap
Exit 133


What is wrong here?
I use Apple's X11 Public Beta 0.2.1 (dated 2-12-03) and it's SDK
on OS X 10.2.4.  I also use ImageMagick 5.5.1-2 installed from
fink's stable binaries.  'display' and 'convert' stopped working
when I switched from fink-installed version of XFree86 to Apple's X11.
The command 'otool -L' tells me that the compatibility versions being
asked and provided are apparently different:

% otool -L /usr/X11R6/lib/libfreetype.6.dylib
/usr/X11R6/lib/libfreetype.6.dylib:
/usr/X11R6/lib/libfreetype.6.dylib (compatibility version 6.2.0, current version 6.2.0)
...


% otool -L /sw/bin/display
/sw/bin/display:
/sw/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10.0.0)
...


I have noticed that '/sw/lib/libfreetype.6.dylib' has been installed via fink,
and this library seems to provide what 'display' looks for.
But the error message complains about the library in /usr/X11R6/lib
instead of the one in /sw/lib.


% otool -L /sw/lib/libfreetype.6.dylib
/sw/lib/libfreetype.6.dylib:
/sw/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10.0.0)


What can I do to make Imagemagick work on my system?
Any help is appreciated. Thanks.

Gon


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to