Page 1 of 1

Posted: 2006-06-19T10:24:51-07:00
by Greg Coats
Under Mac OS X 10.4, I see this

Code: Select all

$ locate libbz2.1.0.dylib
/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libbz2.1.0.dylib
/usr/lib/libbz2.1.0.dylib
$ file /usr/lib/libbz2.1.0.dylib
/usr/lib/libbz2.1.0.dylib: symbolic link to `libbz2.1.0.2.dylib'
Perhaps you have not installed the Mac OS X Developer software? Did you compile ImageMagick on your computer?

For Mac OS X 10.4, my suggestion is to visit http://www.kyngchaos.com/ and download Graphics Libs 3.1.1 which includes Mac OS X universal binaries for ImageMagick 6.2.8-0. Mac OS X universal binaries include code that runs natively (meaning at full hardware speed, without software emulation) on both PowerPC and Intel based Macintosh computers.
Greg Coats