compatibility version 14.0.0 of libfreetype.6.dylib
compatibility version 14.0.0 of libfreetype.6.dylib
- Subject: compatibility version 14.0.0 of libfreetype.6.dylib
- From: Carlos Fernandez <email@hidden>
- Date: Wed, 21 Mar 2012 23:17:51 -0400
I am trying to install the latest version of ImageMagick via homebrew.
The installation appears to be successful. However, when i run one
of the ImageMagick cli tools ("identify -version") i get the following
error message:
dyld: Library not loaded: /usr/X11/lib/libfreetype.6.dylib
Referenced from: /usr/local/bin/identify
Reason: Incompatible library version: identify requires version
14.0.0 or later, but libfreetype.6.dylib provides version 13.0.0
I am not sure if this is the latest version of the freetype lib that
comes with OS X. I have read a few posts
(http://stackoverflow.com/questions/9537011/imagemagick-issue-on-lion-installed-with-homebrew)
that indicate this problem is resolved when you update to the latest
dev tools and apply the latest OS X patches. However, I am already
running xcode 4.3.1 (with CL tools installed) and OS X 10.7.3.
In addition to the libfreetype6.dylib under /usr/X11/lib i have
another one located at
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/X11/lib/libfreetype.6.dylib.
running otool -L on that file returns
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/X11/lib/libfreetype.6.dylib:
/usr/X11/lib/libfreetype.6.dylib (compatibility version 14.0.0,
current version 14.2.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
/usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.5)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 159.1.0)
Is this is expected "normal"? In order for the ImageMagick built to
pick up the Xcode version of libfreetype.6.dylib, should i set
"DYLD_LIBRARY_PATH" to
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/X11/lib/"?
Carlos
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden