Page 1 of 1

IM Framework on MacIntel seraches for dyld

Posted: 2006-11-27T09:17:19-07:00
by ademmler
hi!

I have extracted the actual universal framwork and have copied it to:
Library/Frameworks/ImageMagick.framework/

For testing I try to use "convert" I get some errors.
How do I have to install it correctly? Anny config to be done?

macbook:~ ademmler$ /Library/Frameworks/ImageMagick.framework/bin/convert
dyld: lazy symbol binding failed: Symbol not found: _AcquireImageInfo
Referenced from: /Library/Frameworks/ImageMagick.framework/bin/convert
Expected in: /usr/local/lib/libMagick.10.dylib

dyld: Symbol not found: _AcquireImageInfo
Referenced from: /Library/Frameworks/ImageMagick.framework/bin/convert
Expected in: /usr/local/lib/libMagick.10.dylib

Trace/BPT trap

Posted: 2006-11-27T10:37:29-07:00
by magick
Did you set the DYLD_LIBRARY_PATH environment variable? See QuickStart.txt.