On Fri, Feb 09, 2007 at 09:22:48AM -0500, Rae, Leslie wrote: > I am getting the following error in my apache error_log and when I run the > smokeping.cgi from the command line: > > ld.so.1: /usr/perl5/5.00503/bin/speedy_backend: fatal: relocation error: file > /usr/local/rrdtool-1.0.49/lib/perl/auto/RRDs/RRDs.so: symbol > Perl_sv_2pv_flags: referenced symbol not found > speedy[11003]: Cannot spawn backend process > > If someone can point me in the right direction I'd appreciate it.
It looks like your SpeedyCGI was compiled with a different version of Perl than your rrdtool library. Recompiling the older one, probably SpeedyCGI, should do the trick. You could also use some other persistent perl system than SpeedyCGI, eg. mod_perl. Hope this helps, -- Niko _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
