|
You have the RRDs.pm, but do you have the correct accompanying auto/RRDs/RRDs.so file?
Try runing this:
perl -e "use RRDs; print $RRDs::VERSION;"
and see if it gives a clearer explanation of what is wrong. Often, when you get this message, you find that the problem is that RRDs is improperly installed (EG, someone copied over the RRDs.pm file manually, without the RRDs.so file, or has installed multiple versions in parallel)
Try completely removing the RRDs files under the site_perl path, and instead using LibAdd to specify the location of the RRDTool install path (you can also use libadd in the[web] section of the routers2.conf file)
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|