6 Jan
2006
6 Jan
'06
6:16 p.m.
On Fri, Jan 06, 2006 at 10:24:23AM -0700, Charles Jones wrote:
My cgi-error log shows: libpng warning: Application was compiled with png.h from libpng-1.2.8 libpng warning: Application is running with png.c from libpng-1.0.12 libpng error: Incompatible libpng version in application and library
Ah so there is the problem. Have you "moved" this hobbit installation from another server, or upgraded the OS? From the looks of the error you have an older libpng than what hobbit was compiled with. Your choices would seem to be to upgrade libpng, or recompile hobbit with your current libpng.
Note that libpng is not used directly by Hobbit. It is pulled in by rrdtool, so you may have to re-compile rrdtool also.
Henrik