I have this problem to with current CVS, If I disable HTTPS it displays, if I leave HTTP it works fine.
Anyone else noticed this? I will also check with gdb to see whats going on -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burton M. Strauss III Sent: Wednesday, April 14, 2004 04:32 PM To: [EMAIL PROTECTED] Subject: RE: [Ntop-dev] I'm stumped - png hates me Hi yourself! This is really the cvs (the development tip...), not 3.0 right? Look in /tmp - there might be temp files, if so, that's probably a clue. I did make some tip change to give all the temp files similar names. gd 2.x and libpng 1.2.x should co-exist pretty happily. If it's only breaking on png files, I doubt my change is the problem. Best bet is to fire up under gdb (add the -K parameter so it doesn't fork()) and see what the error is, if one... -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Tony Nelson > Sent: Wednesday, April 14, 2004 3:06 PM > To: [EMAIL PROTECTED] > Subject: [Ntop-dev] I'm stumped - png hates me > > > > Hey All, > > I've been running CVS versions of ntop for quite some time now, and > it's always worked like a champ.. until last week.. somehow or > another, I broke png. All > of my RRD graphs work fine, but not a single png graph is displayed.. > > I have searched my system high and low and removed every copy of gd > and png, rebuilt them from scratch, png-1.2.5, gd-2.0.22 .. and > nothing.. > > They are both installed in /usr/local .. ldd says everything is cool.. > > [EMAIL PROTECTED]:/usr/local/bin# ldd ntop > libntopreport-3.0.050.so => > /usr/local/lib/libntopreport-3.0.050.so > (0x40016000) > libntop-3.0.050.so => /usr/local/lib/libntop-3.0.050.so > (0x40195000) > libpthread.so.0 => /lib/libpthread.so.0 (0x41232000) > libresolv.so.2 => /lib/libresolv.so.2 (0x41283000) > libnsl.so.1 => /lib/libnsl.so.1 (0x41296000) > libdl.so.2 => /lib/libdl.so.2 (0x412ab000) > libcrypt.so.1 => /lib/libcrypt.so.1 (0x412ae000) > libc.so.6 => /lib/libc.so.6 (0x412db000) > libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x4140a000) > libgd.so.2 => /usr/local/lib/libgd.so.2 (0x41410000) > libpng12.so.0 => /usr/local/lib/libpng12.so.0 (0x41460000) > libm.so.6 => /lib/libm.so.6 (0x41490000) > libpng.so.3 => /usr/local/lib/libpng.so.3 (0x414b2000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > libz.so.1 => /usr/lib/libz.so.1 (0x414e2000) > > I can't find any error messages anywhere.. > > Basically, I'm plumb out of ideas.. > > Any help would be greatly appreciated. > > Tony Nelson > > ps.. heya Burton, long time.. hope life is well. > > -- > Tony Nelson > Director of IT Operations > Starpoint Solutions LLC > 115 Broadway, 2nd Fl > New York, NY 10006 > > > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
