|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Failure trying to build Imager::File::PNGby Tanktalus (Canon) |
| on Nov 14, 2012 at 04:43 UTC ( #1003749=note: print w/ replies, xml ) | Need Help?? |
|
"-lpng" always means "libpng.%ext" on unix/linux where %ext depends on the platform. However, on Linux, as far as I can tell, that's always .so, so look for a package that provides /usr/lib/libpng.so or /lib/libpng.so. On Gentoo, that's the libpng ebuild with a URL of http://www.libpng.org. Hope that helps. Also your test code failed with an inability to include "png.h" so there's another file to look for from your libpng package - /usr/include/png.h. Good luck - it built fine here :-)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||