On 09/03/07, Christopher Roberts <[EMAIL PROTECTED]> wrote: > > I suspect it's similar to the earlier jpeg decode problem and you're > also missing the PNG library. On debian: > > apt-get install libpng12-dev > > And then of course yet another ./configure and make install. > > You might also check that you have libtiff4-dev whilst you're about > it! They're probably others too, but that's all of the ones I know > about.
Maybe a bit easier than Chris' recommendation: Using Debian or Ubuntu you might consider apt-get build-dep imagemagick to install ALL the build dependencies that the original Debian package has. This should install all the missing (if any) lib*-dev packages you need. Remark on something completely different: The list's mail server is blocking mails solely one basis that their IP is listed by spam.dnsbl.sorbs.net. While I can understand the motives this is unfortunately also blocking a lot of gmail users... Felix _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
