Today Warrick FitzGerald wrote: > Hi All, > > I'm so close I can feel it : ) -- I get a web page, I get a database ... but > heck I can't for the life of me figure out why my graph does not appear. > When going to the site, I see every thing I need, however when I try > clicking on the last step of my menu I get a nice big ERROR .... when > looking at my apache logs, I see the following ...... > > ---------------- > /usr/bin/speedy_backend: relocation error: > /usr/lib/perl5/5.6.1/i386-linux/auto/RRDs/RRDs.so: undefined symbol: > png_create_write_struct > [Thu Sep 26 02:14:17 2002] [error] [client 10.10.52.186] Premature end of > script headers: /var/www/cgi-bin/smokeping.cgi > ----------------- > > Any ideas ?
this means your rrd installation is not working properly ... the error indicates that the shared libray for png is either not being loaded, or loaded in a different version by another module in perl. do the rrdtool examples in the rrdtool example directory work ? You might want to compile rrdtool 'from scratch' cheers tobi > I have also attached my config file, just in case I have done something > stupid there. > > Thanks > Warrick FitzGerald > > > > > > > > -- Attached file removed by Listar and put at URL below -- > -- Type: application/octet-stream > -- Size: 1k (1695 bytes) > -- URL : http://www.ee.ethz.ch/~slist/pantomime/03-config > > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/smokeping-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > -- ______ __ _ /_ __/_ / / (_) Oetiker, ETZ J97, ETH, 8092 Zurich, Switzerland / // _ \/ _ \/ / phoneto:+41(0)1-632-5286 faxto:+41(0)1-632-1517 /_/ \.__/_.__/_/ [EMAIL PROTECTED] http://google.com/search?q=tobi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
