I am attempting to use Image::Imlib2 for image manipulation and I have successfully built it and all of its dependancies. (It requires libImlib2 to be installed which, in turn, requires edb, libjpeg, libpng, and freetype) The problem that I am coming across now is that when Imlib2 tries to use libpng, it finds the include files in /usr/include which are from version 10.014 of libpng before it finds the libpng files that it was built with which are from version 1.2.5. When this happens, I receive the following error:

libpng warning: Application was compiled with png.h from libpng-1.2.5
libpng warning: Application  is  running with png.c from libpng-1.0.14
libpng error: Incompatible libpng version in application and library

Is there a way that I can raise the search priority of the include directory located in my home (/home/lwire/perllib/clib/include) so that the correct files are used? If not, is there a way that I can rebuild libpng to hold a reference to the proper files?

Thanks,
--Reid Beels


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to