|
The problem is exactly as it says - the script is unable to find your RRD perl library (RRDs.pm and the associated files).
From the error message, you can see it is looking in the path: c:\mrtg\perl\site\lib C:/Perl/lib C:/Perl/site/lib
(in Perl, both forwards and backwards strokes can work as path separators). Is the RRDs.pm file in any of these? If not, then find where it is, and put that path in the libadd= directive in the routers2.conf (you can have more than one libadd= directive if you want to).
If the RRDs.pm file IS in this path, then it indicates that youhave the Perl RRD library installed incorrectly. You may have it installed in more than one location. Do a search on the C: drive for RRDs.pm and see if you have more than one instance - if so, you should probably delete one of them. You can tell which is correct because it should have an auto/RRDs/RRDs.dll in the same directory.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|