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'
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