Missing Library Mac OSX Installation

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Greg Coats
Posts: 31
Joined: 2004-10-28T11:18:28-07:00
Location: Virginia, USA

Post 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
Post Reply