Shane Rigney said: > Somewhat new to Linux, this might be a simple question, but . . . > I have just updated to the latest version of mrtg (2.9.25). > > I started to get errors with the generation of PNG files. The following > error was being generated: > > > > "Gd-png fatal libpng error > > Invalid filter type specified"
perhaps your gd package isn't compiled with png support? looking at the source for libgd, it seems to have png support optional. perhaps recompiling png will help. another option that works for me in some cases is change the type from png to gif, sometimes that is faster, though gif is generally a bad format to use(legal reasons mostly) curious why you upgraded? I am running MRTG 2.9.17 with 0 problems on multiple systems. nate -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
